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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 荼器醜Q] | 1110010010110110100010101110110110001111010110000101000101011101 | e4b68aed8f58515d |
EUC-JP | 荼器醜Q] | 1110100010111000101101001110111110111101101110010101000101011101 | e8b8b4efbdb9515d |
UTF-8 | 荼器醜Q] | 1110100010001101101111001110010110011001101010001110100110000110100111000101000101011101 | e88dbce599a8e9869c515d |
UHC | ?器醜Q] | 00111111110100001110111111110101110111010101000101011101 | 3fd0eff5dd515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)