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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???莎擁? | 0011111100111111001111111110010010110011100101110110100100111111 | 3f3f3fe4b397693f |
EUC-JP | ???莎擁? | 0011111100111111001111111110100010110101110011011100101000111111 | 3f3f3fe8b5cdca3f |
UTF-8 | 뤺텕핉莎擁롎 | 111010111010010010111010111011011000010110010101111011011001010110001001111010001000111010001110111001101001001110000001111010111010000110001110 | eba4baed8595ed9589e88e8ee69381eba18e |
UHC | 뤺텕핉莎擁롎 | 100011111110100010110110100011101100000010001110110111101110110111101000101101101000111011010100 | 8fe8b68ec08edeede8b68ed4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)