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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 襁懆茅^ | 11100101111101001001110011101000100010101001110101011110 | e5f49ce88a9d5e |
EUC-JP | 襁懆茅^ | 11101010111101101101100011101010101100111111110101011110 | eaf6d8eab3fd5e |
UTF-8 | 襁懆茅^ | 11101000101001011000000111100110100001111000011011101000100011001000010101011110 | e8a581e68786e88c855e |
UHC | 襁?茅^ | 110010111011101000111111110110011100011001011110 | cbba3fd9c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)