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 | 蟆樶螺 | 111001011011000010011110111011101001011110000110 | e5b09eee9786 |
EUC-JP | 蟆樶螺 | 111010101011001011011100111100001100110111100110 | eab2dcf0cde6 |
UTF-8 | 蟆樶螺 | 111010001001111110000110111001101010100010110110111010001001111010111010 | e89f86e6a8b6e89eba |
UHC | ??螺 | 00111111001111111101010110100010 | 3f3fd5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)