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 | 蟶ュ謔夐∈ | 111001011011100010101101111001101000001010011010111010011000000110111000 | e5b8ade6829ae981b8 |
EUC-JP | 蟶ュ謔夐∈ | 11101010101110101000111010101101111010111110001011010100111010111010001010111010 | eaba8eadebe2d4eba2ba |
UTF-8 | 蟶ュ謔夐∈ | 111010001001111110110110111011111011110110101101111010001010110010010100111001011010010010010000111000101000100010001000 | e89fb6efbdade8ac94e5a490e28888 |
UHC | ??謔?∈ | 00111111001111111111100111001100001111111010000111110100 | 3f3ff9cc3fa1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)