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 | Ó©Ó¹}B | 110100111010100111010011101110010111110101000010 | d3a9d3b97d42 |
SJIS-WIN | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
EUC-JP | Ó©Ó?}B | 100011111010101011010001100011111010001011101101100011111010101011010001001111110111110101000010 | 8faad18fa2ed8faad13f7d42 |
UTF-8 | Ó©Ó¹}B | 11000011100100111100001010101001110000111001001111000010101110010111110101000010 | c393c2a9c393c2b97d42 |
UHC | ???¹}B | 00111111001111110011111110101001111101100111110101000010 | 3f3f3fa9f67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)