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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 簧蒔 | 11100010110011101000111010101010 | e2ce8eaa |
EUC-JP | 簧蒔 | 11100100110100001011110010101100 | e4d0bcac |
UTF-8 | 簧蒔 | 111001111011000010100111111010001001001010010100 | e7b0a7e89294 |
UHC | 簧蒔 | 11111100110101111110001111001000 | fcd7e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)