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 | 雎医l迚。 | 111010001011000110001000111000111000001010001100111001111000100110100001 | e8b188e3828ce789a1 |
EUC-JP | 雎医l迚。 | 11110000101100111011000011100101101000111110110011101101111010011000111010100001 | f0b3b0e5a3ecede98ea1 |
UTF-8 | 雎医l迚。 | 111010011001101110001110111001011000110010111011111011111011110110001100111010001011111110011010111011111011110110100001 | e99b8ee58cbbefbd8ce8bf9aefbda1 |
UHC | 雎?l?? | 11101110110100010011111110100011111011000011111100111111 | eed13fa3ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)