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 | 100011101101011010001110101011101000111011001011100011101010000101000010 | 8ed68eae8ecb8ea142 |
EUC-JP | 蛇式射治B | 101111001101100010111100101100001011110011001101101111001010001101000010 | bcd8bcb0bccdbca342 |
UTF-8 | 蛇式射治B | 11101000100110111000011111100101101111001000111111100101101100001000010011100110101100101011101101000010 | e89b87e5bc8fe5b084e6b2bb42 |
UHC | 蛇式射治B | 110111101110111111100011110100101101111011010010111101101011110101000010 | deefe3d2ded2f6bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)