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à°EB | 11100000101100000100010111100000101100000100010101000010 | e0b045e0b04542 |
SJIS-WIN | ?°E?°EB | 001111111000000110001011010001010011111110000001100010110100010101000010 | 3f818b453f818b4542 |
EUC-JP | à°Eà°EB | 10001111101010111010001010100001111010110100010110001111101010111010001010100001111010110100010101000010 | 8faba2a1eb458faba2a1eb4542 |
UTF-8 | à°Eà°EB | 1100001110100000110000101011000001000101110000111010000011000010101100000100010101000010 | c3a0c2b045c3a0c2b04542 |
UHC | ?°E?°EB | 001111111010000111000110010001010011111110100001110001100100010101000010 | 3fa1c6453fa1c64542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)