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 | 褥ョズ? | 11100101111100011000001110000111100000110101100100111111 | e5f1838783593f |
EUC-JP | 褥ョズ? | 11101010111100111010010111100111101001011011101000111111 | eaf3a5e7a5ba3f |
UTF-8 | 褥ョズ歷 | 111010001010010010100101111000111000001110100111111000111000001010111010111011111010011010001100 | e8a4a5e383a7e382baefa68c |
UHC | 褥ョズ歷 | 1110100110110011101010111110011110101011101110101110011010111000 | e9b3abe7abbae6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)