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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楮?∋辛 | 10011110101110000011111110000001101110011001000001101000 | 9eb83f81b99068 |
EUC-JP | 楮?∋辛 | 11011100101110100011111110100010101110111011111111001001 | dcba3fa2bbbfc9 |
UTF-8 | 楮흖∋辛 | 111001101010010110101110111011011001110110010110111000101000100010001011111010001011111010011011 | e6a5aeed9d96e2888be8be9b |
UHC | 楮흖∋辛 | 1110111010111111110010001110100010100001111101011110001111110100 | eebfc8e8a1f5e3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)