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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 指其?盲 | 10001110011101111001000110110100001111111001011011010011 | 8e7791b43f96d3 |
EUC-JP | 指其?盲 | 10111011110110001100001010110110001111111100110011010101 | bbd8c2b63fccd5 |
UTF-8 | 指其렲盲 | 111001101000110010000111111001011000010110110110111010111010000010110010111001111001101110110010 | e68c87e585b6eba0b2e79bb2 |
UHC | 指其렲盲 | 1111001010100110110100001110110010001110101111111101100011101110 | f2a6d0ec8ebfd8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)