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 | 湿杓湿者爲 | 10001110101111001000111011011011100011101011110010001110110100101110000010101000 | 8ebc8edb8ebc8ed2e0a8 |
EUC-JP | 湿杓湿者爲 | 10111100101111101011110011011101101111001011111010111100110101001110000010101010 | bcbebcddbcbebcd4e0aa |
UTF-8 | 湿杓湿者爲 | 111001101011100110111111111001101001110110010011111001101011100110111111111010001000000010000101111001111000100010110010 | e6b9bfe69d93e6b9bfe88085e788b2 |
UHC | ?杓?者爲 | 0011111111111000111101010011111111101101101110101110101011010011 | 3ff8f53fedbaead3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)