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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?疾?\ | 0011111110001110101111100011111101011100 | 3f8ebe3f5c |
EUC-JP | ?疾?\ | 0011111110111100110000000011111101011100 | 3fbcc03f5c |
UTF-8 | 셈疾솟\ | 11101100100001011000100011100111100101101011111011101100100001101001111101011100 | ec8588e796beec869f5c |
UHC | 셈疾솟\ | 10111100110000001111001011110000101111001101101001011100 | bcc0f2f0bcda5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)