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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 琮???沮 | 11111011011010100011111100111111001111111001111110011100 | fb6a3f3f3f9f9c |
EUC-JP | 琮???沮 | 1000111111001100101100100011111100111111001111111101110111111100 | 8fccb23f3f3fddfc |
UTF-8 | 琮띄렪렩沮 | 111001111001000010101110111010111001110110000100111010111010000010101010111010111010000010101001111001101011001010101110 | e790aeeb9d84eba0aaeba0a9e6b2ae |
UHC | 琮띄렪렩沮 | 11110000111110011011011011100111100011101011100010001110101101111110111011000001 | f0f9b6e78eb88eb7eec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)