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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 智?滸?楫? | 100100100111000100111111100111111111010100111111100111101011010100111111 | 92713f9ff53f9eb53f |
EUC-JP | 智?滸?楫? | 110000111101001000111111110111101111011100111111110111001011011100111111 | c3d23fdef73fdcb73f |
UTF-8 | 智렱滸렗楫렊 | 111001101001100110111010111010111010000010110001111001101011101110111000111010111010000010010111111001101010010110101011111010111010000010001010 | e699baeba0b1e6bbb8eba097e6a5abeba08a |
UHC | 智렱滸렗楫렊 | 111100101010101010001110101111101111101111001010100011101010110011110001111011111000111010100001 | f2aa8ebefbca8eacf1ef8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)