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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
EUC-JP | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
UTF-8 | 챈혘혗혡혢E | 11101100101100011000100011101101100110001001100011101101100110001001011111101101100110001010000111101101100110001010001001000101 | ecb188ed9898ed9897ed98a1ed98a245 |
UHC | 챈혘혗혡혢E | 1100001110100110110000101000001111000010100000101100001010001010110000101000101101000101 | c3a6c283c282c28ac28b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)