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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???莎擁 | 00111111001111110011111111100100101100111001011101101001 | 3f3f3fe4b39769 |
EUC-JP | ???莎擁 | 00111111001111110011111111101000101101011100110111001010 | 3f3f3fe8b5cdca |
UTF-8 | 뤺텕핉莎擁 | 111010111010010010111010111011011000010110010101111011011001010110001001111010001000111010001110111001101001001110000001 | eba4baed8595ed9589e88e8ee69381 |
UHC | 뤺텕핉莎擁 | 10001111111010001011011010001110110000001000111011011110111011011110100010110110 | 8fe8b68ec08edeede8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)