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 | 紆堯屑紆 | 1110001011111100111010101001111110001011111110111110001011111100 | e2fcea9f8bfbe2fc |
EUC-JP | 紆堯屑紆 | 1110010011111110111101001010000110110110111111011110010011111110 | e4fef4a1b6fde4fe |
UTF-8 | 紆堯屑紆 | 111001111011010010000110111001011010000010101111111001011011000110010001111001111011010010000110 | e7b486e5a0afe5b191e7b486 |
UHC | 紆堯屑紆 | 1110100111100001111010001110101111100000110110101110100111100001 | e9e1e8ebe0dae9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)