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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 佾??佾??^ | 1000111110110000111110110011111100111111100011111011000011111011001111110011111101011110 | 8fb0fb3f3f8fb0fb3f3f5e |
UTF-8 | 佾김덴佾김덴^ | 11100100101111011011111011101010101110011000000011101011100011011011010011100100101111011011111011101010101110011000000011101011100011011011010001011110 | e4bdbeeab980eb8db4e4bdbeeab980eb8db45e |
UHC | 佾김덴佾김덴^ | 11101100111010111011000111101000101101011010011111101100111010111011000111101000101101011010011101011110 | ecebb1e8b5a7ecebb1e8b5a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)