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 | ?壅信 | 0011111110011010110101111001000001001101 | 3f9ad7904d |
EUC-JP | ?壅信 | 0011111111010100110110011011111110101110 | 3fd4d9bfae |
UTF-8 | 츱壅信 | 111011001011100010110001111001011010001110000101111001001011111110100001 | ecb8b1e5a385e4bfa1 |
UHC | 츱壅信 | 110000111111110011101000101101011110001111100001 | c3fce8b5e3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)