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 | 1111010010101001111011011011101101000101 | f4a9edbb45 |
SJIS-WIN | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | ô©í?E | 1000111110101011110101001000111110100010111011011000111110101011101111110011111101000101 | 8fabd48fa2ed8fabbf3f45 |
UTF-8 | ô©í»E | 110000111011010011000010101010011100001110101101110000101011101101000101 | c3b4c2a9c3adc2bb45 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)