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àÏY | 1110000101010010111000001100111101011001 | e152e0cf59 |
SJIS-WIN | ?R??Y | 0011111101010010001111110011111101011001 | 3f523f3f59 |
EUC-JP | áRàÏY | 1000111110101011101000010101001010001111101010111010001010001111101010101100000101011001 | 8faba1528faba28faac159 |
UTF-8 | áRàÏY | 1100001110100001010100101100001110100000110000111000111101011001 | c3a152c3a0c38f59 |
UHC | ?R??Y | 0011111101010010001111110011111101011001 | 3f523f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)