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 | 瑩??瑩??^ | 111000001111000000111111001111111110000011110000001111110011111101011110 | e0f03f3fe0f03f3f5e |
EUC-JP | 瑩??瑩??^ | 111000001111001000111111001111111110000011110010001111110011111101011110 | e0f23f3fe0f23f3f5e |
UTF-8 | 瑩김덴瑩김덴^ | 11100111100100011010100111101010101110011000000011101011100011011011010011100111100100011010100111101010101110011000000011101011100011011011010001011110 | e791a9eab980eb8db4e791a9eab980eb8db45e |
UHC | 瑩김덴瑩김덴^ | 11111011101010011011000111101000101101011010011111111011101010011011000111101000101101011010011101011110 | fba9b1e8b5a7fba9b1e8b5a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)