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 | ????C? | 001111110011111100111111001111110100001100111111 | 3f3f3f3f433f |
SJIS-WIN | テ敕愿シCテ | 1100001110011101110000111001110011000011101111000100001111000011 | c39dc39cc3bc43c3 |
EUC-JP | テ敕愿シCテ | 1000111011000011110110101100010111011000110001011000111010111100010000111000111011000011 | 8ec3dac5d8c58ebc438ec3 |
UTF-8 | テ敕愿シCテ | 11101111101111101000001111100110100101011001010111100110100001001011111111101111101111011011110001000011111011111011111010000011 | efbe83e69595e684bfefbdbc43efbe83 |
UHC | ??愿?C? | 00111111001111111110101010110100001111110100001100111111 | 3f3feab43f433f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)