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 | 11101000101111011010001111101000101111011010001101000010 | e8bda3e8bda342 |
EUC-JP | 霓」霓」B | 111100001011111110001110101000111111000010111111100011101010001101000010 | f0bf8ea3f0bf8ea342 |
UTF-8 | 霓」霓」B | 11101001100111001001001111101111101111011010001111101001100111001001001111101111101111011010001101000010 | e99c93efbda3e99c93efbda342 |
UHC | 霓?霓?B | 11100111111001110011111111100111111001110011111101000010 | e7e73fe7e73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)