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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湿 | 111100001010010110001110101111001111000010111111 | f0a58ebcf0bf |
EUC-JP | ?湿? | 00111111101111001011111000111111 | 3fbcbe3f |
UTF-8 | 湿 | 111011101000000110100100111001101011100110111111111011101000000110111110 | ee81a4e6b9bfee81be |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)