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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 湿鴫荵^ | 10001110101111001000111010110000111001001011100101011110 | 8ebc8eb0e4b95e |
EUC-JP | 湿鴫荵^ | 10111100101111101011110010110010111010001011101101011110 | bcbebcb2e8bb5e |
UTF-8 | 湿鴫荵^ | 11100110101110011011111111101001101101001010101111101000100011011011010101011110 | e6b9bfe9b4abe88db55e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)