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 | 10001110101000011110011010100101100011101011101001000010 | 8ea1e6a58eba42 |
EUC-JP | 治讌室B | 10111100101000111110110010100111101111001011110001000010 | bca3eca7bcbc42 |
UTF-8 | 治讌室B | 11100110101100101011101111101000101011101000110011100101101011101010010001000010 | e6b2bbe8ae8ce5aea442 |
UHC | 治?室B | 111101101011110100111111111000111111100001000010 | f6bd3fe3f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)