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 | ??¤ | 001111110011111110100100 | 3f3fa4 |
SJIS-WIN | ?純? | 00111111100011111000001100111111 | 3f8f833f |
EUC-JP | ?純¤ | 001111111011110111100011100011111010001011110000 | 3fbde38fa2f0 |
UTF-8 | 룵純¤ | 1110101110100011101101011110011110110100100101001100001010100100 | eba3b5e7b494c2a4 |
UHC | 룵純¤ | 100011111010101011100010111011011010001010110100 | 8faae2eda2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)