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 | 箪炭担 | 100100100101110010010010010110011001001001010011 | 925c92599253 |
EUC-JP | 箪炭担 | 110000111011110111000011101110101100001110110100 | c3bdc3bac3b4 |
UTF-8 | 箪炭担 | 111001111010111010101010111001111000001010101101111001101000101110000101 | e7aeaae782ade68b85 |
UHC | ?炭? | 00111111111101111010100100111111 | 3ff7a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)