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^ | 11101001111010110011111110000100101101110110010101011110 | e9eb3f84b7655e |
EUC-JP | 鴉?┨e^ | 11110010111011010011111110101000101110010110010101011110 | f2ed3fa8b9655e |
UTF-8 | 鴉딃┨e^ | 1110100110110100100010011110101110010100100000111110001010010100101010000110010101011110 | e9b489eb9483e294a8655e |
UHC | 鴉딃┨e^ | 1110010010111100100010101110100110100110101110010110010101011110 | e4bc8ae9a6b9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)