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 | 怡??啖 | 100111000111110100111111001111111001101001010110 | 9c7d3f3f9a56 |
EUC-JP | 怡??啖 | 110101111101111000111111001111111101001110110111 | d7de3f3fd3b7 |
UTF-8 | 怡렡熉啖 | 111001101000000010100001111010111010000010100001111001111000011010001001111001011001010110010110 | e680a1eba0a1e78689e59596 |
UHC | 怡렡熉啖 | 1110110010101110100011101011001011101001111110111101001110111010 | ecae8eb2e9fbd3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)