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 | äõíOB | 11100100111101011000100111101101100011110100111101000010 | e4f589ed8f4f42 |
SJIS-WIN | ?????OB | 00111111001111110011111100111111001111110100111101000010 | 3f3f3f3f3f4f42 |
EUC-JP | äõ?í?OB | 10001111101010111010001110001111101010111101100000111111100011111010101110111111001111110100111101000010 | 8faba38fabd83f8fabbf3f4f42 |
UTF-8 | äõíOB | 110000111010010011000011101101011100001010001001110000111010110111000010100011110100111101000010 | c3a4c3b5c289c3adc28f4f42 |
UHC | ?????OB | 00111111001111110011111100111111001111110100111101000010 | 3f3f3f3f3f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)