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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 熊??膠揆B | 100011000100011000111111001111111110010001010000100111011000010001000010 | 8c463f3fe4509d8442 |
EUC-JP | 熊??膠揆B | 101101111010011100111111001111111110011110110001110110011110010001000010 | b7a73f3fe7b1d9e442 |
UTF-8 | 熊닻렣膠揆B | 11100111100001101000101011101011100010111011101111101011101000001010001111101000100001101010000011100110100011111000011001000010 | e7868aeb8bbbeba0a3e886a0e68f8642 |
UHC | 熊닻렣膠揆B | 1110101010101000101101001110100110001110101101001100111011101111110100001010011001000010 | eaa8b4e98eb4ceefd0a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)