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 | テ愿云 | 1100001110011100110000111000100101011101 | c39cc3895d |
EUC-JP | テ愿云 | 100011101100001111011000110001011011000110111110 | 8ec3d8c5b1be |
UTF-8 | テ愿云 | 111011111011111010000011111001101000010010111111111001001011101010010001 | efbe83e684bfe4ba91 |
UHC | ?愿云 | 0011111111101010101101001110100111110110 | 3feab4e9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)