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 | 簔簑 | 111000101100000111110101101101011110001011000000 | e2c1f5b5e2c0 |
EUC-JP | 簔?簑 | 1110010011000011001111111110010011000010 | e4c33fe4c2 |
UTF-8 | 簔簑 | 111001111011000010010100111011101001000010100000111001111011000010010001 | e7b094ee90a0e7b091 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)