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 | ?]?? | 00111111010111010011111100111111 | 3f5d3f3f |
SJIS-WIN | 辰]脱族 | 10010010010000110101110110010010010001011001000110110000 | 92435d924591b0 |
EUC-JP | 辰]脱族 | 11000011101001000101110111000011101001101100001010110010 | c3a45dc3a6c2b2 |
UTF-8 | 辰]脱族 | 11101000101111101011000001011101111010001000010010110001111001101001011110001111 | e8beb05de884b1e6978f |
UHC | 辰]?族 | 111100101110001101011101001111111111000011101001 | f2e35d3ff0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)