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 | ツ姪運 | 1100001010010110110000111000100101011110 | c296c3895e |
EUC-JP | ツ姪運 | 100011101100001011001100110001011011000110111111 | 8ec2ccc5b1bf |
UTF-8 | ツ姪運 | 111011111011111010000010111001011010011110101010111010011000000110001011 | efbe82e5a7aae9818b |
UHC | ?姪運 | 0011111111110010111010111110101010100001 | 3ff2ebeaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)