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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 苞随讐o | 11100100100110101001000010001111100011110101000101101111 | e49a908f8f516f |
EUC-JP | 苞随讐o | 11100111111110101011111111101111101111011011001001101111 | e7fabfefbdb26f |
UTF-8 | 苞随讐o | 11101000100010111001111011101001100110101000111111101000101011101001000001101111 | e88b9ee99a8fe8ae906f |
UHC | 苞?讐o | 111110001110001000111111111000101100001001101111 | f8e23fe2c26f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)