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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淀?難 | 1001011110000100001111111001001111101111 | 97843f93ef |
EUC-JP | 淀盼難 | 11001101111001001000111111001110110110011100011011110001 | cde48fced9c6f1 |
UTF-8 | 淀盼難 | 111001101011011110000000111001111001101110111100111010011001101110100011 | e6b780e79bbce99ba3 |
UHC | 淀盼難 | 111011111110001111011010111100001101000111110001 | efe3daf0d1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)