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 | ?b?kE | 0011111101100010001111110110101101000101 | 3f623f6b45 |
SJIS-WIN | 但b巽kE | 10010010010000010110001010010010010001100110101101000101 | 92416292466b45 |
EUC-JP | 但b巽kE | 11000011101000100110001011000011101001110110101101000101 | c3a262c3a76b45 |
UTF-8 | 但b巽kE | 111001001011110110000110011000101110010110110111101111010110101101000101 | e4bd8662e5b7bd6b45 |
UHC | 但b巽kE | 11010011101000110110001011100001110111100110101101000101 | d3a362e1de6b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)