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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ仰、テオ | 110000111000101111000010101001001100001110110101 | c38bc2a4c3b5 |
EUC-JP | テ仰、テオ | 10001110110000111011011011000100100011101010010010001110110000111000111010110101 | 8ec3b6c48ea48ec38eb5 |
UTF-8 | テ仰、テオ | 111011111011111010000011111001001011101110110000111011111011110110100100111011111011111010000011111011111011110110110101 | efbe83e4bbb0efbda4efbe83efbdb5 |
UHC | ?仰??? | 001111111110010011100110001111110011111100111111 | 3fe4e63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)