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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 鶯??{d | 111010011111001000111111001111110111101101100100 | e9f23f3f7b64 |
EUC-JP | 鶯??{d | 111100101111010000111111001111110111101101100100 | f2f43f3f7b64 |
UTF-8 | 鶯낆퐘{d | 1110100110110110101011111110101110000010100001101110110110010000100110000111101101100100 | e9b6afeb8286ed90987b64 |
UHC | 鶯낆퐘{d | 1110010110100011100001011110110010111101100000100111101101100100 | e5a385ecbd827b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)