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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 之?之? | 100101000101011000111111100101000101011000111111 | 94563f94563f |
EUC-JP | 之?之? | 110001111011011100111111110001111011011100111111 | c7b73fc7b73f |
UTF-8 | 之렫之렑 | 111001001011100110001011111010111010000010101011111001001011100110001011111010111010000010010001 | e4b98beba0abe4b98beba091 |
UHC | 之렫之렑 | 1111000111111101100011101011100111110001111111011000111010100110 | f1fd8eb9f1fd8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)