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 | 袱乗ヲ嶄、 | 1110010111011110100011111110011010100110100110111100111010100100 | e5de8fe6a69bcea4 |
EUC-JP | 袱乗ヲ嶄、 | 11101010111000001011111011101000100011101010011011010110110100001000111010100100 | eae0bee88ea6d6d08ea4 |
UTF-8 | 袱乗ヲ嶄、 | 111010001010001010110001111001001011100110010111111011111011110110100110111001011011011010000100111011111011110110100100 | e8a2b1e4b997efbda6e5b684efbda4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)