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^ | 1111101111000100100001001000100110000100101101110110010101011110 | fbc4848984b7655e |
EUC-JP | 鈺ч┨e^ | 100011111110001111010101101001111110100110101000101110010110010101011110 | 8fe3d5a7e9a8b9655e |
UTF-8 | 鈺ч┨e^ | 11101001100010001011101011010001100001111110001010010100101010000110010101011110 | e988bad187e294a8655e |
UHC | 鈺ч┨e^ | 1110100010101101101011001110100110100110101110010110010101011110 | e8adace9a6b9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)