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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??貽 | 00111111001111111110011011000100 | 3f3fe6c4 |
EUC-JP | 瀷?貽 | 100011111100100110110100001111111110110011000110 | 8fc9b43fecc6 |
UTF-8 | 瀷罹貽 | 111001111000000010110111111011111010011110100110111010001011001010111101 | e780b7efa7a6e8b2bd |
UHC | 瀷罹貽 | 111011001100101111101100101110101110110011000010 | eccbecbaecc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)