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 | 熊?蜘?? | 10001100010001100011111110010010011101110011111100111111 | 8c463f92773f3f |
EUC-JP | 熊?蜘?嫄 | 101101111010011100111111110000111101100000111111100011111011101010100001 | b7a73fc3d83f8fbaa1 |
UTF-8 | 熊렭蜘렲嫄 | 111001111000011010001010111010111010000010101101111010001001110010011000111010111010000010110010111001011010101110000100 | e7868aeba0ade89c98eba0b2e5ab84 |
UHC | 熊렭蜘렲嫄 | 11101010101010001000111010111010111100101011101110001110101111111110101010110001 | eaa88ebaf2bb8ebfeab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)