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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辛?魚? | 100100000110100000111111100010111001101100111111 | 90683f8b9b3f |
EUC-JP | 辛?魚? | 101111111100100100111111101101011111101100111111 | bfc93fb5fb3f |
UTF-8 | 辛렣魚묍 | 111010001011111010011011111010111010000010100011111010011010110110011010111010111010110010001101 | e8be9beba0a3e9ad9aebac8d |
UHC | 辛렣魚묍 | 1110001111110100100011101011010011100101111000001011100110100011 | e3f48eb4e5e0b9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)