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 | 頡ァ螟ゑス | 1110100011110100101001111110010110100100100000101110111110111101 | e8f4a7e5a482efbd |
EUC-JP | 頡ァ螟ゑス | 11110000111101101000111010100111111010101010011010100100111100011000111010111101 | f0f68ea7eaa6a4f18ebd |
UTF-8 | 頡ァ螟ゑス | 111010011010000010100001111011111011110110100111111010001001111010011111111000111000001010010001111011111011110110111101 | e9a0a1efbda7e89e9fe38291efbdbd |
UHC | ??螟ゑ? | 00111111001111111101100110101101101010101111000100111111 | 3f3fd9adaaf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)