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 | 111110111100010000111111001111110100000001101000 | fbc43f3f4068 |
EUC-JP | 鈺??@h | 10001111111000111101010100111111001111110100000001101000 | 8fe3d53f3f4068 |
UTF-8 | 鈺쏉슛@h | 1110100110001000101110101110110010001111100010011110110010001010100110110100000001101000 | e988baec8f89ec8a9b4068 |
UHC | 鈺쏉슛@h | 1110100010101101100110111110111110111101101110000100000001101000 | e8ad9befbdb84068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)