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 | 巐庭讒削 | 1111101010110110100100101110101111100110101001111000110111101101 | fab692ebe6a78ded |
EUC-JP | 巐庭讒削 | 100011111011101111111001110001001110110111101100101010011011101011101111 | 8fbbf9c4edeca9baef |
UTF-8 | 巐庭讒削 | 111001011011011110010000111001011011101010101101111010001010111010010010111001011000100110001010 | e5b790e5baade8ae92e5898a |
UHC | ?庭讒削 | 00111111111011111101010011110011110110001101111011111011 | 3fefd4f3d8defb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)