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^ | 1110100010110011100010101110011010010111100011110110010101011110 | e8b38ae6978f655e |
EUC-JP | 雉頑酪e^ | 1111000010110101101101001110100011001101111011110110010101011110 | f0b5b4e8cdef655e |
UTF-8 | 雉頑酪e^ | 1110100110011011100010011110100110100000100100011110100110000101101010100110010101011110 | e99b89e9a091e985aa655e |
UHC | 雉頑酪e^ | 1111011011001011111010001101011111010101101011000110010101011110 | f6cbe8d7d5ac655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)