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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 證?贈?B | 11100110100110100011111110010001101000010011111101000010 | e69a3f91a13f42 |
EUC-JP | 證?贈?B | 11101011111110100011111111000010101000110011111101000010 | ebfa3fc2a33f42 |
UTF-8 | 證렫贈렟B | 11101000101011011000100111101011101000001010101111101000101101001000100011101011101000001001111101000010 | e8ad89eba0abe8b488eba09f42 |
UHC | 證렫贈렟B | 111100011111101110001110101110011111000111111100100011101011000001000010 | f1fb8eb9f1fc8eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)