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 | DL | 1001111001000100100111110100110010010111 | 9e449f4c97 |
SJIS-WIN | ?D?L? | 0011111101000100001111110100110000111111 | 3f443f4c3f |
EUC-JP | ?D?L? | 0011111101000100001111110100110000111111 | 3f443f4c3f |
UTF-8 | DL | 1100001010011110010001001100001010011111010011001100001010010111 | c29e44c29f4cc297 |
UHC | ?D?L? | 0011111101000100001111110100110000111111 | 3f443f4c3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)