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 | 妖?? | 10010111011001000011111100111111 | 97643f3f |
EUC-JP | 妖?頊 | 110011011100010100111111100011111110011111110100 | cdc53f8fe7f4 |
UTF-8 | 妖렓頊 | 111001011010011010010110111010111010000010010011111010011010000010001010 | e5a696eba093e9a08a |
UHC | 妖렓頊 | 111010001110110110001110101010001110100111110101 | e8ed8ea8e9f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)