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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
EUC-JP | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
UTF-8 | 閭롣퓱@B | 1110111110100110100001101110101110100001101000111110110110010011101100010100000001000010 | efa686eba1a3ed93b14042 |
UHC | 閭롣퓱@B | 1110011010101101100011101110010010111111100101110100000001000010 | e6ad8ee4bf974042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)