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テ姪ェ | 110000111001011011000011101010100110100011000011100101101100001110101010 | c396c3aa68c396c3aa |
EUC-JP | テ姪ェhテ姪ェ | 10001110110000111100110011000101100011101010101001101000100011101100001111001100110001011000111010101010 | 8ec3ccc58eaa688ec3ccc58eaa |
UTF-8 | テ姪ェhテ姪ェ | 11101111101111101000001111100101101001111010101011101111101111011010101001101000111011111011111010000011111001011010011110101010111011111011110110101010 | efbe83e5a7aaefbdaa68efbe83e5a7aaefbdaa |
UHC | ?姪?h?姪? | 001111111111001011101011001111110110100000111111111100101110101100111111 | 3ff2eb3f683ff2eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)