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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | テ古ェhテ | 110000111000110011000011101010100110100011000011 | c38cc3aa68c3 |
EUC-JP | テ古ェhテ | 100011101100001110111000110001011000111010101010011010001000111011000011 | 8ec3b8c58eaa688ec3 |
UTF-8 | テ古ェhテ | 11101111101111101000001111100101100011111010010011101111101111011010101001101000111011111011111010000011 | efbe83e58fa4efbdaa68efbe83 |
UHC | ?古?h? | 001111111100110110101111001111110110100000111111 | 3fcdaf3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)