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 | 襪医珪 | 111001100100001110001000111000111000110001011101 | e64388e38c5d |
EUC-JP | 襪医珪 | 111010111010010010110000111001011011011110111110 | eba4b0e5b7be |
UTF-8 | 襪医珪 | 111010001010010110101010111001011000110010111011111001111000111110101010 | e8a5aae58cbbe78faa |
UHC | 襪?珪 | 1101100011001010001111111101000010101000 | d8ca3fd0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)