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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 曄ξ?] | 100111100100000010000011110011000011111101011101 | 9e4083cc3f5d |
EUC-JP | 曄ξ?] | 110110111010000110100110110011100011111101011101 | dba1a6ce3f5d |
UTF-8 | 曄ξ뫂] | 111001101001101110000100110011101011111011101011101010111000001001011101 | e69b84cebeebab825d |
UHC | 曄ξ뫂] | 11100111101001011010010111101110100100011010011001011101 | e7a5a5ee91a65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)