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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | ??臨@ | 0011111100111111100101111101010101000000 | 3f3f97d540 |
EUC-JP | ?雩臨@ | 00111111100011111110011011111010110011101101011101000000 | 3f8fe6faced740 |
UTF-8 | 뤯雩臨@ | 11101011101001001010111111101001100110111010100111101000100001111010100001000000 | eba4afe99ba9e887a840 |
UHC | 뤯雩臨@ | 10001111110111011110100111101100110101111111110001000000 | 8fdde9ecd7fc40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)