To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 兪??繞 | 100110010110000000111111001111111110001110000101 | 99603f3fe385 |
EUC-JP | 兪??繞 | 110100011100000100111111001111111110010111100101 | d1c13f3fe5e5 |
UTF-8 | 兪뗫뜒繞 | 111001011000010110101010111010111001011110101011111010111001110010010010111001111011100110011110 | e585aaeb97abeb9c92e7b99e |
UHC | 兪뗫뜒繞 | 1110101011100100100010111110101110001101100101011110100110100100 | eae48beb8d95e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)