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 | 110000111001101111000011100111100100000001000010 | c39bc39e4042 |
EUC-JP | テ崚曄B | 10001110110000111101011011000101110110111010000101000010 | 8ec3d6c5dba142 |
UTF-8 | テ崚曄B | 11101111101111101000001111100101101101001001101011100110100110111000010001000010 | efbe83e5b49ae69b8442 |
UHC | ??曄B | 0011111100111111111001111010010101000010 | 3f3fe7a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)