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 | 蔗常蹴 | 111001001111001010001111111011011000111101010010 | e4f28fed8f52 |
EUC-JP | 蔗常蹴 | 111010001111010010111110111011111011110110110011 | e8f4beefbdb3 |
UTF-8 | 蔗常蹴 | 111010001001010010010111111001011011100010111000111010001011100110110100 | e89497e5b8b8e8b9b4 |
UHC | 蔗常蹴 | 111011011011110111011111110010001111010111101101 | edbddfc8f5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)