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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | テ氾諏h | 110000111001010011000011100100000111101001101000 | c394c3907a68 |
EUC-JP | テ氾諏h | 10001110110000111100100011000101101111111101101101101000 | 8ec3c8c5bfdb68 |
UTF-8 | テ氾諏h | 11101111101111101000001111100110101100001011111011101000101010111000111101101000 | efbe83e6b0bee8ab8f68 |
UHC | ?氾諏h | 001111111101101111110000111101011101100001101000 | 3fdbf0f5d868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)