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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 彗?\ | 10011100011000010011111101011100 | 9c613f5c |
EUC-JP | 彗?\ | 11010111110000100011111101011100 | d7c23f5c |
UTF-8 | 彗뢑\ | 11100101101111011001011111101011101000101001000101011100 | e5bd97eba2915c |
UHC | 彗뢑\ | 1111101110110010100011110100110001011100 | fbb28f4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)