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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | テ氾拭B | 110000111001010011000011100100000100000001000010 | c394c3904042 |
EUC-JP | テ氾拭B | 10001110110000111100100011000101101111111010000101000010 | 8ec3c8c5bfa142 |
UTF-8 | テ氾拭B | 11101111101111101000001111100110101100001011111011100110100010111010110101000010 | efbe83e6b0bee68bad42 |
UHC | ?氾拭B | 001111111101101111110000111000111101010001000010 | 3fdbf0e3d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)