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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 葫蓁P | 1110010011010111111001001110101101010000 | e4d7e4eb50 |
EUC-JP | 葫蓁P | 1110100011011001111010001110110101010000 | e8d9e8ed50 |
UTF-8 | 葫蓁P | 11101000100100011010101111101000100100111000000101010000 | e891abe8938150 |
UHC | 葫?P | 11111011110110010011111101010000 | fbd93f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)