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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???碣B | 001111110011111100111111111000011111000001000010 | 3f3f3fe1f042 |
EUC-JP | ???碣B | 001111110011111100111111111000101111001001000010 | 3f3f3fe2f242 |
UTF-8 | 列룸씈碣B | 11101111101001101001110011101011101000111011100011101100100101001000100011100111101000101010001101000010 | efa69ceba3b8ec9488e7a2a342 |
UHC | 列룸씈碣B | 111001101110101010110111111010111001110110100000110010101110010101000010 | e6eab7eb9da0cae542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)