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 | 0011111100111111010111010100000001101000 | 3f3f5d4068 |
SJIS-WIN | ?}]@h | 001111111000000101110000010111010100000001101000 | 3f81705d4068 |
EUC-JP | ?}]@h | 001111111010000111010001010111010100000001101000 | 3fa1d15d4068 |
UTF-8 | 룵}]@h | 111010111010001110110101111011111011110110011101010111010100000001101000 | eba3b5efbd9d5d4068 |
UHC | 룵}]@h | 10001111101010101010001111111101010111010100000001101000 | 8faaa3fd5d4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)