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 | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 躁???LB | 11100111010011100011111100111111001111110100110001000010 | e74e3f3f3f4c42 |
EUC-JP | 躁???LB | 11101101101011110011111100111111001111110100110001000010 | edaf3f3f3f4c42 |
UTF-8 | 躁댓렰렫LB | 1110100010111010100000011110101110001100100100111110101110100000101100001110101110100000101010110100110001000010 | e8ba81eb8c93eba0b0eba0ab4c42 |
UHC | 躁댓렰렫LB | 11110000111000101011010011110001100011101011110110001110101110010100110001000010 | f0e2b4f18ebd8eb94c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)