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 | 拌箏攸 | 100111010110000111100010101101011001110110111111 | 9d61e2b59dbf |
EUC-JP | 拌箏攸 | 110110011100001011100100101101111101101011000001 | d9c2e4b7dac1 |
UTF-8 | 拌箏攸 | 111001101000101110001100111001111010111010001111111001101001010010111000 | e68b8ce7ae8fe694b8 |
UHC | 拌箏攸 | 110110101110010111101110101101001110101011110010 | dae5eeb4eaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)