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 | Ó©Ó¹rB | 110100111010100111010011101110010111001001000010 | d3a9d3b97242 |
SJIS-WIN | ????rB | 001111110011111100111111001111110111001001000010 | 3f3f3f3f7242 |
EUC-JP | Ó©Ó?rB | 100011111010101011010001100011111010001011101101100011111010101011010001001111110111001001000010 | 8faad18fa2ed8faad13f7242 |
UTF-8 | Ó©Ó¹rB | 11000011100100111100001010101001110000111001001111000010101110010111001001000010 | c393c2a9c393c2b97242 |
UHC | ???¹rB | 00111111001111110011111110101001111101100111001001000010 | 3f3f3fa9f67242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)