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 | 蠏ホ甃 | 1110010110110101110011101110000101001011 | e5b5cee14b |
EUC-JP | 蠏ホ甃 | 111010101011011110001110110011101110000110101100 | eab78ecee1ac |
UTF-8 | 蠏ホ甃 | 111010001010000010001111111011111011111010001110111001111001010010000011 | e8a08fefbe8ee79483 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)