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 | テ簧ヤシ | 11000011111101001101111111100010110011101101010010111100 | c3f4dfe2ced4bc |
EUC-JP | テ?簧ヤシ | 100011101100001100111111111001001101000010001110110101001000111010111100 | 8ec33fe4d08ed48ebc |
UTF-8 | テ簧ヤシ | 111011111011111010000011111011101000111010001110111001111011000010100111111011111011111010010100111011111011110110111100 | efbe83ee8e8ee7b0a7efbe94efbdbc |
UHC | ??簧?? | 001111110011111111111100110101110011111100111111 | 3f3ffcd73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)