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 | 炅基愎 | 111110110101000110001010111011101001110010111101 | fb518aee9cbd |
EUC-JP | 炅基愎 | 10001111110010011100101010110100111100001101100010111111 | 8fc9cab4f0d8bf |
UTF-8 | 炅基愎 | 111001111000001010000101111001011001111110111010111001101000010010001110 | e78285e59fbae6848e |
UHC | 炅基愎 | 110011001101110111010000111100011111100010110100 | ccddd0f1f8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)