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 | áRàÏE | 1110000101010010111000001100111101000101 | e152e0cf45 |
SJIS-WIN | ?R??E | 0011111101010010001111110011111101000101 | 3f523f3f45 |
EUC-JP | áRàÏE | 1000111110101011101000010101001010001111101010111010001010001111101010101100000101000101 | 8faba1528faba28faac145 |
UTF-8 | áRàÏE | 1100001110100001010100101100001110100000110000111000111101000101 | c3a152c3a0c38f45 |
UHC | ?R??E | 0011111101010010001111110011111101000101 | 3f523f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)