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 | 績冀? | 1001000011010001100110010110001000111111 | 90d199623f |
EUC-JP | 績冀? | 1100000011010011110100011100001100111111 | c0d3d1c33f |
UTF-8 | 績冀벼 | 111001111011100010111110111001011000011010000000111010111011001010111100 | e7b8bee58680ebb2bc |
UHC | 績冀벼 | 111011101110000011010000111011011011101010101101 | eee0d0edbaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)