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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 苞随讐G | 11100100100110101001000010001111100011110101000101000111 | e49a908f8f5147 |
EUC-JP | 苞随讐G | 11100111111110101011111111101111101111011011001001000111 | e7fabfefbdb247 |
UTF-8 | 苞随讐G | 11101000100010111001111011101001100110101000111111101000101011101001000001000111 | e88b9ee99a8fe8ae9047 |
UHC | 苞?讐G | 111110001110001000111111111000101100001001000111 | f8e23fe2c247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)