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^ | 1110100010110011100010101110011010011101100111110110010101011110 | e8b38ae69d9f655e |
EUC-JP | 雉頑據e^ | 1111000010110101101101001110100011011010101000010110010101011110 | f0b5b4e8daa1655e |
UTF-8 | 雉頑據e^ | 1110100110011011100010011110100110100000100100011110011010010011100110100110010101011110 | e99b89e9a091e6939a655e |
UHC | 雉頑據e^ | 1111011011001011111010001101011111001011111000000110010101011110 | f6cbe8d7cbe0655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)