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 | ???Ayh | 001111110011111100111111010000010111100101101000 | 3f3f3f417968 |
SJIS-WIN | ??縟Ayh | 00111111001111111110001101110100010000010111100101101000 | 3f3fe374417968 |
EUC-JP | ??縟Ayh | 00111111001111111110010111010101010000010111100101101000 | 3f3fe5d5417968 |
UTF-8 | 쐛숰縟Ayh | 111011001001000010011011111011001000100010110000111001111011100010011111010000010111100101101000 | ec909bec88b0e7b89f417968 |
UHC | 쐛숰縟Ayh | 100111001000000110011010010010001110100110110010010000010111100101101000 | 9c819a48e9b2417968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)