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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?疾?F | 0011111110001110101111100011111101000110 | 3f8ebe3f46 |
EUC-JP | ?疾?F | 0011111110111100110000000011111101000110 | 3fbcc03f46 |
UTF-8 | 셈疾솟F | 11101100100001011000100011100111100101101011111011101100100001101001111101000110 | ec8588e796beec869f46 |
UHC | 셈疾솟F | 10111100110000001111001011110000101111001101101001000110 | bcc0f2f0bcda46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)