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 | 自璽耳 | 100011101010100110001110101000111000111010101000 | 8ea98ea38ea8 |
EUC-JP | 自璽耳 | 101111001010101110111100101001011011110010101010 | bcabbca5bcaa |
UTF-8 | 自璽耳 | 111010001000011110101010111001111001001010111101111010001000000010110011 | e887aae792bde880b3 |
UHC | 自璽耳 | 111011011011101111011111110111101110110010111100 | edbbdfdeecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)