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 | 嵬??爰 | 100110111100101000111111001111111110000010100111 | 9bca3f3fe0a7 |
EUC-JP | 嵬??爰 | 110101101100110000111111001111111110000010101001 | d6cc3f3fe0a9 |
UTF-8 | 嵬됰뗄爰 | 111001011011010110101100111010111001000010110000111010111001011110000100111001111000100010110000 | e5b5aceb90b0eb9784e788b0 |
UHC | 嵬됰뗄爰 | 1110100011100011100010011110101110110110101111111110101010111010 | e8e389ebb6bfeaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)