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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 莎「蟠「B | 11100100101100111010001011100101101101001010001001000010 | e4b3a2e5b4a242 |
EUC-JP | 莎「蟠「B | 111010001011010110001110101000101110101010110110100011101010001001000010 | e8b58ea2eab68ea242 |
UTF-8 | 莎「蟠「B | 11101000100011101000111011101111101111011010001011101000100111111010000011101111101111011010001001000010 | e88e8eefbda2e89fa0efbda242 |
UHC | 莎?蟠?B | 11011110111011010011111111011010111101100011111101000010 | deed3fdaf63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)