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???S?E | 0011111101000110001111110011111100111111010100110011111101000101 | 3f463f3f3f533f45 |
SJIS-WIN | ?F???S?E | 0011111101000110001111110011111100111111010100110011111101000101 | 3f463f3f3f533f45 |
EUC-JP | ?F???S?E | 0011111101000110001111110011111100111111010100110011111101000101 | 3f463f3f3f533f45 |
UTF-8 | 채F혙혡혡S챈E | 111011001011000110000100010001101110110110011000100110011110110110011000101000011110110110011000101000010101001111101100101100011000100001000101 | ecb18446ed9899ed98a1ed98a153ecb18845 |
UHC | 채F혙혡혡S챈E | 11000011101001000100011011000010100001001100001010001010110000101000101001010011110000111010011001000101 | c3a446c284c28ac28a53c3a645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)