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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 湿捨湿杓湿捨 | 100011101011110010001110110011001000111010111100100011101101101110001110101111001000111011001100 | 8ebc8ecc8ebc8edb8ebc8ecc |
EUC-JP | 湿捨湿杓湿捨 | 101111001011111010111100110011101011110010111110101111001101110110111100101111101011110011001110 | bcbebccebcbebcddbcbebcce |
UTF-8 | 湿捨湿杓湿捨 | 111001101011100110111111111001101000110110101000111001101011100110111111111001101001110110010011111001101011100110111111111001101000110110101000 | e6b9bfe68da8e6b9bfe69d93e6b9bfe68da8 |
UHC | ?捨?杓?捨 | 001111111101111011010111001111111111100011110101001111111101111011010111 | 3fded73ff8f53fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)