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^ | 100110101011111100111111001111110110010101011110 | 9abf3f3f655e |
EUC-JP | 堊??e^ | 110101001100000100111111001111110110010101011110 | d4c13f3f655e |
UTF-8 | 堊곲뇽e^ | 1110010110100000100010101110101010110011101100101110101110000111101111010110010101011110 | e5a08aeab3b2eb87bd655e |
UHC | 堊곲뇽e^ | 1110010010111110100000011110100110110100101010000110010101011110 | e4be81e9b4a8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)