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 | 逋庭 | 11100111100110011001001011101011 | e79992eb |
EUC-JP | 逋庭 | 11101101111110011100010011101101 | edf9c4ed |
UTF-8 | 逋庭 | 111010011000000010001011111001011011101010101101 | e9808be5baad |
UHC | 逋庭 | 11111000111001111110111111010100 | f8e7efd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)