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 | 跛ゥ讚 | 1110011011101010101010011110011010101011 | e6eaa9e6ab |
EUC-JP | 跛ゥ讚 | 111011001110110010001110101010011110110010101101 | ecec8ea9ecad |
UTF-8 | 跛ゥ讚 | 111010001011011110011011111011111011110110101001111010001010111010011010 | e8b79befbda9e8ae9a |
UHC | 跛?讚 | 1111011111110101001111111111001111000110 | f7f53ff3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)