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^ | 100011101000000100111111001111110110010101011110 | 8e813f3f655e |
EUC-JP | 氏??e^ | 101110111110000100111111001111110110010101011110 | bbe13f3f655e |
UTF-8 | 氏룉똁e^ | 1110011010110000100011111110101110100011100010011110101110011000100000010110010101011110 | e6b08feba389eb9881655e |
UHC | 氏룉똁e^ | 1110010010101011100011111000100010001100010000100110010101011110 | e4ab8f888c42655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)