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 | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 訝??LB | 111001100110001000111111001111110100110001000010 | e6623f3f4c42 |
EUC-JP | 訝??LB | 111010111100001100111111001111110100110001000010 | ebc33f3f4c42 |
UTF-8 | 訝배뇮LB | 1110100010101000100111011110101110110000101100001110101110000111101011100100110001000010 | e8a89debb0b0eb87ae4c42 |
UHC | 訝배뇮LB | 1110010010111000101110011110100010000111100100110100110001000010 | e4b8b9e887934c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)