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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?貽骰讓 | 00111111111001101100010011101001100011011110011010101000 | 3fe6c4e98de6a8 |
EUC-JP | 魳貽骰讓 | 100011111110101011001100111011001100011011110001111011011110110010101010 | 8feaccecc6f1edecaa |
UTF-8 | 魳貽骰讓 | 111010011010110110110011111010001011001010111101111010011010101010110000111010001010111010010011 | e9adb3e8b2bde9aab0e8ae93 |
UHC | ?貽?讓 | 001111111110110011000010001111111110010111010011 | 3fecc23fe5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)