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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 村息村遜B | 100100011011101010010001101001111001000110111010100100011011101101000010 | 91ba91a791ba91bb42 |
EUC-JP | 村息村遜B | 110000101011110011000010101010011100001010111100110000101011110101000010 | c2bcc2a9c2bcc2bd42 |
UTF-8 | 村息村遜B | 11100110100111011001000111100110100000011010111111100110100111011001000111101001100000011001110001000010 | e69d91e681afe69d91e9819c42 |
UHC | 村息村遜B | 111101011011110111100011110100111111010110111101111000011110000101000010 | f5bde3d3f5bde1e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)