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^ | 10001011011000010011111110000100010100010110010101011110 | 8b613f8451655e |
EUC-JP | 蟻?Рe^ | 10110101110000100011111110100111101100100110010101011110 | b5c23fa7b2655e |
UTF-8 | 蟻쒏Рe^ | 11101000100111111011101111101100100100101000111111010000101000000110010101011110 | e89fbbec928fd0a0655e |
UHC | 蟻쒏Рe^ | 1110101111111100100111001110011010101100101100100110010101011110 | ebfc9ce6acb2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)