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 | ???FB | 0011111100111111001111110100011001000010 | 3f3f3f4642 |
SJIS-WIN | ???FB | 0011111100111111001111110100011001000010 | 3f3f3f4642 |
EUC-JP | ???FB | 0011111100111111001111110100011001000010 | 3f3f3f4642 |
UTF-8 | 梨뷀쉯FB | 1110111110100111101000101110101110110111100000001110110010001001101011110100011001000010 | efa7a2ebb780ec89af4642 |
UHC | 梨뷀쉯FB | 1110110010110001100101001110110110011010100001110100011001000010 | ecb194ed9a874642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)