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 | 巐庭讌耶 | 1111101010110110100100101110101111100110101001011001011011101011 | fab692ebe6a596eb |
EUC-JP | 巐庭讌耶 | 100011111011101111111001110001001110110111101100101001111100110011101101 | 8fbbf9c4edeca7cced |
UTF-8 | 巐庭讌耶 | 111001011011011110010000111001011011101010101101111010001010111010001100111010001000000010110110 | e5b790e5baade8ae8ce880b6 |
UHC | ?庭?耶 | 001111111110111111010100001111111110010110101101 | 3fefd43fe5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)