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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 窶倪夢B | 11100010100000001001100011100010100101101011001001000010 | e28098e296b242 |
EUC-JP | 窶倪夢B | 11100011111000001101000011100100110011001011010001000010 | e3e0d0e4ccb442 |
UTF-8 | 窶倪夢B | 11100111101010101011011011100101100000001010101011100101101001001010001001000010 | e7aab6e580aae5a4a242 |
UHC | ?倪夢B | 001111111110011111010010110110011101001101000010 | 3fe7d2d9d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)