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 | 艱ц◎ | 111001001000010110000100100010001000000110011101 | e4858488819d |
EUC-JP | 艱ц◎ | 111001111110010110100111111010001010000111111101 | e7e5a7e8a1fd |
UTF-8 | 艱ц◎ | 1110100010001001101100011101000110000110111000101001011110001110 | e889b1d186e2978e |
UHC | 艱ц◎ | 110010101101111010101100111010001010000111011101 | cadeace8a1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)