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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 曖[曖[^ | 10011110010000100101101110011110010000100101101101011110 | 9e425b9e425b5e |
EUC-JP | 曖[曖[^ | 11011011101000110101101111011011101000110101101101011110 | dba35bdba35b5e |
UTF-8 | 曖[曖[^ | 111001101001101110010110010110111110011010011011100101100101101101011110 | e69b965be69b965b5e |
UHC | 曖[曖[^ | 11100100111100100101101111100100111100100101101101011110 | e4f25be4f25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)