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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 燿◎ | 11100000101000001000000110011101 | e0a0819d |
EUC-JP | 燿◎ | 11100000101000101010000111111101 | e0a2a1fd |
UTF-8 | 燿◎ | 111001111000011110111111111000101001011110001110 | e787bfe2978e |
UHC | 燿◎ | 11101000111111001010000111011101 | e8fca1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)