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 | ???n@h | 001111110011111100111111011011100100000001101000 | 3f3f3f6e4068 |
SJIS-WIN | 萸?Иn@h | 1110010011001110001111111000010001001001011011100100000001101000 | e4ce3f84496e4068 |
EUC-JP | 萸?Иn@h | 1110100011010000001111111010011110101010011011100100000001101000 | e8d03fa7aa6e4068 |
UTF-8 | 萸딅Иn@h | 1110100010010000101110001110101110010100100001011101000010011000011011100100000001101000 | e890b8eb9485d0986e4068 |
UHC | 萸딅Иn@h | 111010111010110110001010111010111010110010101010011011100100000001101000 | ebad8aebacaa6e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)