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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???巽?^ | 00111111001111110011111110010010010001100011111101011110 | 3f3f3f92463f5e |
EUC-JP | ???巽?^ | 00111111001111110011111111000011101001110011111101011110 | 3f3f3fc3a73f5e |
UTF-8 | 列룸씈巽캝^ | 11101111101001101001110011101011101000111011100011101100100101001000100011100101101101111011110111101100101110101001110101011110 | efa69ceba3b8ec9488e5b7bdecba9d5e |
UHC | 列룸씈巽캝^ | 1110011011101010101101111110101110011101101000001110000111011110101100000100010001011110 | e6eab7eb9da0e1deb0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)