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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 經у冠B | 11100011010100111000010010000101100010101010010101000010 | e35384858aa542 |
EUC-JP | 經у冠B | 11100101101101001010011111100101101101001010011101000010 | e5b4a7e5b4a742 |
UTF-8 | 經у冠B | 111001111011011010010011110100011000001111100101100001101010000001000010 | e7b693d183e586a042 |
UHC | 經у冠B | 11001100111010001010110011100101110011101010111001000010 | cce8ace5ceae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)