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 | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | ????膳LB | 0011111100111111001111110011111110010001010101100100110001000010 | 3f3f3f3f91564c42 |
EUC-JP | ????膳LB | 0011111100111111001111110011111111000001101101110100110001000010 | 3f3f3f3fc1b74c42 |
UTF-8 | 歷롛롔黎膳LB | 1110111110100110100011001110101110100001100110111110101110100001100101001110111110100110100010011110100010000110101100110100110001000010 | efa68ceba19beba194efa689e886b34c42 |
UHC | 歷롛롔黎膳LB | 111001101011100010001110110111111000111011011000111001101011000111100000110011100100110001000010 | e6b88edf8ed8e6b1e0ce4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)