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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陬シ遨エ蔗 | 1110100010100011101111001110011110101001101101001110010011110010 | e8a3bce7a9b4e4f2 |
EUC-JP | 陬シ遨エ蔗 | 11110000101001011000111010111100111011101010101110001110101101001110100011110100 | f0a58ebceeab8eb4e8f4 |
UTF-8 | 陬シ遨エ蔗 | 111010011001100110101100111011111011110110111100111010011000000110101000111011111011110110110100111010001001010010010111 | e999acefbdbce981a8efbdb4e89497 |
UHC | ????蔗 | 001111110011111100111111001111111110110110111101 | 3f3f3f3fedbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)