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 | 厄μ?鍮 | 10010110111011111000001111001010001111111110100001001010 | 96ef83ca3fe84a |
EUC-JP | 厄μ?鍮 | 11001100111100011010011011001100001111111110111110101011 | ccf1a6cc3fefab |
UTF-8 | 厄μ떝鍮 | 1110010110001110100001001100111010111100111010111001011010011101111010011000110110101110 | e58e84cebceb969de98dae |
UHC | 厄μ떝鍮 | 1110010011111000101001011110110010001011101100111110101110111001 | e4f8a5ec8bb3ebb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)