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 | 曖??易??^ | 100111100100001000111111001111111000100011010101001111110011111101011110 | 9e423f3f88d53f3f5e |
EUC-JP | 曖??易??^ | 110110111010001100111111001111111011000011010111001111110011111101011110 | dba33f3fb0d73f3f5e |
UTF-8 | 曖뤹쳼易뚧텒^ | 11100110100110111001011011101011101001001011100111101100101100111011110011100110100110001001001111101011100110101010011111101101100001011001001001011110 | e69b96eba4b9ecb3bce69893eb9aa7ed85925e |
UHC | 曖뤹쳼易뚧텒^ | 11100100111100101000111111100111101010111001111111100110101101101000110011100110101101101000110001011110 | e4f28fe7ab9fe6b68ce6b68c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)