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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 菴蘋 | 11100100101111011110010101011111 | e4bde55f |
EUC-JP | 菴蘋 | 11101000101111111110100111000000 | e8bfe9c0 |
UTF-8 | 菴蘋 | 111010001000111110110100111010001001100010001011 | e88fb4e8988b |
UHC | 菴? | 111001001110000000111111 | e4e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)