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 | 耳?莊 | 1000111010101000001111111110010010110101 | 8ea83fe4b5 |
EUC-JP | 耳?莊 | 1011110010101010001111111110100010110111 | bcaa3fe8b7 |
UTF-8 | 耳렰莊 | 111010001000000010110011111010111010000010110000111010001000111010001010 | e880b3eba0b0e88e8a |
UHC | 耳렰莊 | 111011001011110010001110101111011110110111110110 | ecbc8ebdedf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)