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 | Ó¹_P | 11010011101110010101111101010000 | d3b95f50 |
SJIS-WIN | ??_P | 00111111001111110101111101010000 | 3f3f5f50 |
EUC-JP | Ó?_P | 100011111010101011010001001111110101111101010000 | 8faad13f5f50 |
UTF-8 | Ó¹_P | 110000111001001111000010101110010101111101010000 | c393c2b95f50 |
UHC | ?¹_P | 0011111110101001111101100101111101010000 | 3fa9f65f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)