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 | ??Æ? | 00111111001111111100011000111111 | 3f3fc63f |
SJIS-WIN | ???鎰 | 0011111100111111001111111110100001001100 | 3f3f3fe84c |
EUC-JP | ??Æ鎰 | 00111111001111111000111110101001101000011110111110101101 | 3f3f8fa9a1efad |
UTF-8 | 琉쀦Æ鎰 | 1110111110100111100011001110110010000000101001101100001110000110111010011000111010110000 | efa78cec80a6c386e98eb0 |
UHC | 琉쀦Æ鎰 | 1110101110100100100101111110011010101000101000011110110011110000 | eba497e6a8a1ecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)