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 | 11100011101101111001000010000101100010010100000001000010 | e3b79085894042 |
EUC-JP | 羚水院B | 11100110101110011011111111100101101100011010000101000010 | e6b9bfe5b1a142 |
UTF-8 | 羚水院B | 11100111101111101001101011100110101100001011010011101001100110011010001001000010 | e7be9ae6b0b4e999a242 |
UHC | 羚水院B | 11010110101111101110001010101001111010101100001001000010 | d6bee2a9eac242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)