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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銛井サカ | 111001111111001110001000111001001011101110110110 | e7f388e4bbb6 |
EUC-JP | 銛井サカ | 1110111011110101101100001110011010001110101110111000111010110110 | eef5b0e68ebb8eb6 |
UTF-8 | 銛井サカ | 111010011000101010011011111001001011101010010101111011111011110110111011111011111011110110110110 | e98a9be4ba95efbdbbefbdb6 |
UHC | ?井?? | 0011111111101111110011000011111100111111 | 3fefcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)