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 | 智?滸?紙? | 100100100111000100111111100111111111010100111111100011101000011000111111 | 92713f9ff53f8e863f |
EUC-JP | 智?滸?紙? | 110000111101001000111111110111101111011100111111101110111110011000111111 | c3d23fdef73fbbe63f |
UTF-8 | 智렱滸렗紙렏 | 111001101001100110111010111010111010000010110001111001101011101110111000111010111010000010010111111001111011010010011001111010111010000010001111 | e699baeba0b1e6bbb8eba097e7b499eba08f |
UHC | 智렱滸렗紙렏 | 111100101010101010001110101111101111101111001010100011101010110011110010101101011000111010100101 | f2aa8ebefbca8eacf2b58ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)