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 | ??S??fB | 00111111001111110101001100111111001111110110011001000010 | 3f3f533f3f6642 |
SJIS-WIN | ??S??fB | 00111111001111110101001100111111001111110110011001000010 | 3f3f533f3f6642 |
EUC-JP | ??S??fB | 00111111001111110101001100111111001111110110011001000010 | 3f3f533f3f6642 |
UTF-8 | 횄짧S횄짠fB | 111011011001101010000100111011001010011110100111010100111110110110011010100001001110110010100111101000000110011001000010 | ed9a84eca7a753ed9a84eca7a06642 |
UHC | 횄짧S횄짠fB | 1100001110000011110000101010101001010011110000111000001111000010101001110110011001000010 | c383c2aa53c383c2a76642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)