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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 暎?暎 | 1001110111110011001111111001110111110011 | 9df33f9df3 |
EUC-JP | 暎?暎 | 1101101011110101001111111101101011110101 | daf53fdaf5 |
UTF-8 | 暎췪暎 | 111001101001101010001110111011001011011110101010111001101001101010001110 | e69a8eecb7aae69a8e |
UHC | 暎췪暎 | 111001111011001010101110011010001110011110110010 | e7b2ae68e7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)