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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逋溯 | 11100111100110011001111111101000 | e7999fe8 |
EUC-JP | 逋溯 | 11101101111110011101111011101010 | edf9deea |
UTF-8 | 逋溯 | 111010011000000010001011111001101011101010101111 | e9808be6baaf |
UHC | 逋溯 | 11111000111001111110000110111101 | f8e7e1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)