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 | 禎???億?^ | 100100101111010100111111001111110011111110001001101011010011111101011110 | 92f53f3f3f89ad3f5e |
EUC-JP | 禎?雩?億?^ | 1100010011110111001111111000111111100110111110100011111110110010101011110011111101011110 | c4f73f8fe6fa3fb2af3f5e |
UTF-8 | 禎렓雩렮億렕^ | 11100111101001101000111011101011101000001001001111101001100110111010100111101011101000001010111011100101100001001000010011101011101000001001010101011110 | e7a68eeba093e99ba9eba0aee58484eba0955e |
UHC | 禎렓雩렮億렕^ | 11101111111011101000111010101000111010011110110010001110101110111110010111100010100011101010101001011110 | efee8ea8e9ec8ebbe5e28eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)