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 | 淑壤? | 1000111101101001100110101101111100111111 | 8f699adf3f |
EUC-JP | 淑壤? | 1011110111001010110101001110000100111111 | bdcad4e13f |
UTF-8 | 淑壤읦 | 111001101011011110010001111001011010001110100100111011001001110110100110 | e6b791e5a3a4ec9da6 |
UHC | 淑壤읦 | 111000101101011111100101101111011001111111001110 | e2d7e5bd9fce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)