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 | 紆亨 | 11100010111111001000101110011100 | e2fc8b9c |
EUC-JP | 紆亨 | 11100100111111101011010111111100 | e4feb5fc |
UTF-8 | 紆亨 | 111001111011010010000110111001001011101010101000 | e7b486e4baa8 |
UHC | 紆亨 | 11101001111000011111101011111011 | e9e1fafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)