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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 脂勃?@h | 10001110100010011001011001110101001111110100000001101000 | 8e8996753f4068 |
EUC-JP | 脂勃?@h | 10111011111010011100101111010110001111110100000001101000 | bbe9cbd63f4068 |
UTF-8 | 脂勃율@h | 1110100010000100100000101110010110001011100000111110110010011100101010000100000001101000 | e88482e58b83ec9ca84068 |
UHC | 脂勃율@h | 1111001010110111110110101111101011000000101100100100000001101000 | f2b7dafac0b24068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)