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 | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | 熊?蜘?}B | 1000110001000110001111111001001001110111001111110111110101000010 | 8c463f92773f7d42 |
EUC-JP | 熊?蜘?}B | 1011011110100111001111111100001111011000001111110111110101000010 | b7a73fc3d83f7d42 |
UTF-8 | 熊렭蜘렲}B | 1110011110000110100010101110101110100000101011011110100010011100100110001110101110100000101100100111110101000010 | e7868aeba0ade89c98eba0b27d42 |
UHC | 熊렭蜘렲}B | 11101010101010001000111010111010111100101011101110001110101111110111110101000010 | eaa88ebaf2bb8ebf7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)