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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 曄ξ?B | 100111100100000010000011110011000011111101000010 | 9e4083cc3f42 |
EUC-JP | 曄ξ?B | 110110111010000110100110110011100011111101000010 | dba1a6ce3f42 |
UTF-8 | 曄ξ뫂B | 111001101001101110000100110011101011111011101011101010111000001001000010 | e69b84cebeebab8242 |
UHC | 曄ξ뫂B | 11100111101001011010010111101110100100011010011001000010 | e7a5a5ee91a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)