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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 短則息B | 10010010010110101001000110100101100100011010011101000010 | 925a91a591a742 |
EUC-JP | 短則息B | 11000011101110111100001010100111110000101010100101000010 | c3bbc2a7c2a942 |
UTF-8 | 短則息B | 11100111100111111010110111100101100010011000011111100110100000011010111101000010 | e79fade58987e681af42 |
UHC | 短則息B | 11010011101011011111011011001110111000111101001101000010 | d3adf6cee3d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)