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 | Ó©Ó¹O\ | 110100111010100111010011101110010100111101011100 | d3a9d3b94f5c |
SJIS-WIN | ????O\ | 001111110011111100111111001111110100111101011100 | 3f3f3f3f4f5c |
EUC-JP | Ó©Ó?O\ | 100011111010101011010001100011111010001011101101100011111010101011010001001111110100111101011100 | 8faad18fa2ed8faad13f4f5c |
UTF-8 | Ó©Ó¹O\ | 11000011100100111100001010101001110000111001001111000010101110010100111101011100 | c393c2a9c393c2b94f5c |
UHC | ???¹O\ | 00111111001111110011111110101001111101100100111101011100 | 3f3f3fa9f64f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)