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 | 褫耶遠 | 111001011111001110010110111010111000100110010011 | e5f396eb8993 |
EUC-JP | 褫耶遠 | 111010101111010111001100111011011011000111110011 | eaf5ccedb1f3 |
UTF-8 | 褫耶遠 | 111010001010010010101011111010001000000010110110111010011000000110100000 | e8a4abe880b6e981a0 |
UHC | ?耶遠 | 0011111111100101101011011110101011000000 | 3fe5adeac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)