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 | 裴タハ | 11100101111010001100000011001010 | e5e8c0ca |
EUC-JP | 裴タハ | 111010101110101010001110110000001000111011001010 | eaea8ec08eca |
UTF-8 | 裴タハ | 111010001010001110110100111011111011111010000000111011111011111010001010 | e8a3b4efbe80efbe8a |
UHC | 裴?? | 11011011110100000011111100111111 | dbd03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)