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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 濟療? | 1110000001011010100101111100001100111111 | e05a97c33f |
EUC-JP | 濟療? | 1101111110111011110011101100010100111111 | dfbbcec53f |
UTF-8 | 濟療캔 | 111001101011111110011111111001111001100110000010111011001011101010010100 | e6bf9fe79982ecba94 |
UHC | 濟療캔 | 111100001010110111010110111110111100010010110101 | f0add6fbc4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)