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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | トントェ^ | 110001001111011111100100110111011100010011110111110000111010101001011110 | c4f7e4ddc4f7c3aa5e |
EUC-JP | ト?ント?ェ^ | 1000111011000100001111111000111011011101100011101100010000111111100011101010101001011110 | 8ec43f8edd8ec43f8eaa5e |
UTF-8 | トントェ^ | 11101111101111101000010011101110100101111000011111101111101111101001110111101111101111101000010011101110100101101010011011101111101111011010101001011110 | efbe84ee9787efbe9defbe84ee96a6efbdaa5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)