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 | 嵬??魚? | 10011011110010100011111100111111100010111001101100111111 | 9bca3f3f8b9b3f |
EUC-JP | 嵬??魚? | 11010110110011000011111100111111101101011111101100111111 | d6cc3f3fb5fb3f |
UTF-8 | 嵬뚪윻魚덨 | 111001011011010110101100111010111001101010101010111011001001110010111011111010011010110110011010111010111000110110101000 | e5b5aceb9aaaec9cbbe9ad9aeb8da8 |
UHC | 嵬뚪윻魚덨 | 11101000111000111000110011101001100111111011010111100101111000001000100101000010 | e8e38ce99fb5e5e08942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)