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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒿千霜遒 | 1110010011100100100100001110011110010001100110101110011110100010 | e4e490e7919ae7a2 |
EUC-JP | 蒿千霜遒 | 1110100011100110110000001110100111000001111110101110111010100100 | e8e6c0e9c1faeea4 |
UTF-8 | 蒿千霜遒 | 111010001001001010111111111001011000110110000011111010011001110010011100111010011000000110010010 | e892bfe58d83e99c9ce98192 |
UHC | 蒿千霜? | 11111011110110101111010010110110110111111101110000111111 | fbdaf4b6dfdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)