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 | ?W???E | 001111110101011100111111001111110011111101000101 | 3f573f3f3f45 |
SJIS-WIN | ?W???E | 001111110101011100111111001111110011111101000101 | 3f573f3f3f45 |
EUC-JP | ?W???E | 001111110101011100111111001111110011111101000101 | 3f573f3f3f45 |
UTF-8 | 찾W혘혡혟E | 1110110010110000101111100101011111101101100110001001100011101101100110001010000111101101100110001001111101000101 | ecb0be57ed9898ed98a1ed989f45 |
UHC | 찾W혘혡혟E | 11000011101000110101011111000010100000111100001010001010110000101000100101000101 | c3a357c283c28ac28945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)