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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 銜り窒^ | 11100111111100001000001011101000100100101000001001011110 | e7f082e892825e |
EUC-JP | 銜り窒^ | 11101110111100101010010011101010110000111110001001011110 | eef2a4eac3e25e |
UTF-8 | 銜り窒^ | 11101001100010101001110011100011100000101000101011100111101010101001001001011110 | e98a9ce3828ae7aa925e |
UHC | 銜り窒^ | 11111001111001111010101011101010111100101111001001011110 | f9e7aaeaf2f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)