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 | 100011101100110010001110101110011000111011001100100011101011100101000010 | 8ecc8eb98ecc8eb942 |
EUC-JP | 捨嫉捨嫉B | 101111001100111010111100101110111011110011001110101111001011101101000010 | bccebcbbbccebcbb42 |
UTF-8 | 捨嫉捨嫉B | 11100110100011011010100011100101101010111000100111100110100011011010100011100101101010111000100101000010 | e68da8e5ab89e68da8e5ab8942 |
UHC | 捨嫉捨嫉B | 110111101101011111110010111011001101111011010111111100101110110001000010 | ded7f2ecded7f2ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)