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テ淞ク | 110000111001111111000010101110000110100011000011100111111100001010111000 | c39fc2b868c39fc2b8 |
EUC-JP | テ淞クhテ淞ク | 10001110110000111101111011000100100011101011100001101000100011101100001111011110110001001000111010111000 | 8ec3dec48eb8688ec3dec48eb8 |
UTF-8 | テ淞クhテ淞ク | 11101111101111101000001111100110101101111001111011101111101111011011100001101000111011111011111010000011111001101011011110011110111011111011110110111000 | efbe83e6b79eefbdb868efbe83e6b79eefbdb8 |
UHC | ?淞?h?淞? | 001111111110000111100111001111110110100000111111111000011110011100111111 | 3fe1e73f683fe1e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)