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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 鈺?┷e^ | 11111011110001000011111110000100101110000110010101011110 | fbc43f84b8655e |
EUC-JP | 鈺?┷e^ | 1000111111100011110101010011111110101000101110100110010101011110 | 8fe3d53fa8ba655e |
UTF-8 | 鈺쏙┷e^ | 1110100110001000101110101110110010001111100110011110001010010100101101110110010101011110 | e988baec8f99e294b7655e |
UHC | 鈺쏙┷e^ | 1110100010101101101111011110111110100110101110100110010101011110 | e8adbdefa6ba655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)