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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嚥??誼▼? | 100110101000101100111111001111111000101101100010100000011010010100111111 | 9a8b3f3f8b6281a53f |
EUC-JP | 嚥??誼▼? | 110100111110101100111111001111111011010111000011101000101010011100111111 | d3eb3f3fb5c3a2a73f |
UTF-8 | 嚥↔랜誼▼껙 | 111001011001101010100101111000101000011010010100111010111001111010011100111010001010101010111100111000101001011010111100111010101011101110011001 | e59aa5e28694eb9e9ce8aabce296bceabb99 |
UHC | 嚥↔랜誼▼껙 | 111001101011111110100001111010101011011110100011111010111111111010100001111001011011001010110011 | e6bfa1eab7a3ebfea1e5b2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)