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 | ¹G¹SB | 100110101011100110011011010001111001101010111001100110110101001101000010 | 9ab99b479ab99b5342 |
SJIS-WIN | ???G???SB | 001111110011111100111111010001110011111100111111001111110101001101000010 | 3f3f3f473f3f3f5342 |
EUC-JP | ???G???SB | 001111110011111100111111010001110011111100111111001111110101001101000010 | 3f3f3f473f3f3f5342 |
UTF-8 | ¹G¹SB | 110000101001101011000010101110011100001010011011010001111100001010011010110000101011100111000010100110110101001101000010 | c29ac2b9c29b47c29ac2b9c29b5342 |
UHC | ?¹?G?¹?SB | 0011111110101001111101100011111101000111001111111010100111110110001111110101001101000010 | 3fa9f63f473fa9f63f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)