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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 短贈側\ | 10010010010110101001000110100001100100011010010001011100 | 925a91a191a45c |
EUC-JP | 短贈側\ | 11000011101110111100001010100011110000101010011001011100 | c3bbc2a3c2a65c |
UTF-8 | 短贈側\ | 11100111100111111010110111101000101101001000100011100101100000011011010001011100 | e79fade8b488e581b45c |
UHC | 短贈側\ | 11010011101011011111000111111100111101101011000001011100 | d3adf1fcf6b05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)