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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 遽珪 | 11100111101011111000110001011101 | e7af8c5d |
EUC-JP | 遽珪 | 11101110101100011011011110111110 | eeb1b7be |
UTF-8 | 遽珪 | 111010011000000110111101111001111000111110101010 | e981bde78faa |
UHC | 遽珪 | 11001011111010001101000010101000 | cbe8d0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)