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^ | 1110100010110110100110011110011110001101100101110110010101011110 | e8b699e78d97655e |
EUC-JP | 雜咏漉e^ | 1111000010111000110100101110100110111001111101110110010101011110 | f0b8d2e9b9f7655e |
UTF-8 | 雜咏漉e^ | 1110100110011011100111001110010110010010100011111110011010111100100010010110010101011110 | e99b9ce5928fe6bc89655e |
UHC | 雜??e^ | 111011011101101000111111001111110110010101011110 | edda3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)