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 | 100011111000011110001110110011001000111110000111100011101100110001000010 | 8f878ecc8f878ecc42 |
EUC-JP | 順捨順捨B | 101111011110011110111100110011101011110111100111101111001100111001000010 | bde7bccebde7bcce42 |
UTF-8 | 順捨順捨B | 11101001101000001000011011100110100011011010100011101001101000001000011011100110100011011010100001000010 | e9a086e68da8e9a086e68da842 |
UHC | 順捨順捨B | 111000101111011111011110110101111110001011110111110111101101011101000010 | e2f7ded7e2f7ded742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)