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 | HMAqLoBF | 1001001001001000100100100100110110010010010000010111000101001100011011110100001001000110 | 9248924d9241714c6f4246 |
SJIS-WIN | ?H?M?AqLoBF | 0011111101001000001111110100110100111111010000010111000101001100011011110100001001000110 | 3f483f4d3f41714c6f4246 |
EUC-JP | ?H?M?AqLoBF | 0011111101001000001111110100110100111111010000010111000101001100011011110100001001000110 | 3f483f4d3f41714c6f4246 |
UTF-8 | HMAqLoBF | 1100001010010010010010001100001010010010010011011100001010010010010000010111000101001100011011110100001001000110 | c29248c2924dc29241714c6f4246 |
UHC | ?H?M?AqLoBF | 0011111101001000001111110100110100111111010000010111000101001100011011110100001001000110 | 3f483f4d3f41714c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)