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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | テ凝。hテ凝。 | 110000111000101111000011101000010110100011000011100010111100001110100001 | c38bc3a168c38bc3a1 |
EUC-JP | テ凝。hテ凝。 | 10001110110000111011011011000101100011101010000101101000100011101100001110110110110001011000111010100001 | 8ec3b6c58ea1688ec3b6c58ea1 |
UTF-8 | テ凝。hテ凝。 | 11101111101111101000001111100101100001111001110111101111101111011010000101101000111011111011111010000011111001011000011110011101111011111011110110100001 | efbe83e5879defbda168efbe83e5879defbda1 |
UHC | ?凝?h?凝? | 001111111110101111101010001111110110100000111111111010111110101000111111 | 3febea3f683febea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)