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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | ??おwh | 001111110011111110000010101010000111011101101000 | 3f3f82a87768 |
EUC-JP | ??おwh | 001111110011111110100100101010100111011101101000 | 3f3fa4aa7768 |
UTF-8 | 룶쾹おwh | 1110101110100011101101101110110010111110101110011110001110000001100010100111011101101000 | eba3b6ecbeb9e3818a7768 |
UHC | 룶쾹おwh | 1000111110101011101100101000111110101010101010100111011101101000 | 8fabb28faaaa7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)