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^ | 1110100010110011100010101110100110001010100100010110010101011110 | e8b38ae98a91655e |
EUC-JP | 雉企椛e^ | 1111000010110101101101001110101110110011111100010110010101011110 | f0b5b4ebb3f1655e |
UTF-8 | 雉企椛e^ | 1110100110011011100010011110010010111100100000011110011010100100100110110110010101011110 | e99b89e4bc81e6a49b655e |
UHC | 雉企?e^ | 11110110110010111101000011101010001111110110010101011110 | f6cbd0ea3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)