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 | 祭傀??? | 10001101110101011001100011111000001111110011111100111111 | 8dd598f83f3f3f |
EUC-JP | 祭傀??? | 10111010110101111101000011111010001111110011111100111111 | bad7d0fa3f3f3f |
UTF-8 | 祭傀계렋렟 | 111001111010010110101101111001011000001010000000111010101011001110000100111010111010000010001011111010111010000010011111 | e7a5ade58280eab384eba08beba09f |
UHC | 祭傀계렋렟 | 11110000101011101100111011010011101100001110100010001110101000101000111010110000 | f0aeced3b0e88ea28eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)