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 | ???T? | 0011111100111111001111110101010000111111 | 3f3f3f543f |
SJIS-WIN | 儀??T儀 | 10001011010101100011111100111111010101001000101101010110 | 8b563f3f548b56 |
EUC-JP | 儀??T儀 | 10110101101101110011111100111111010101001011010110110111 | b5b73f3f54b5b7 |
UTF-8 | 儀붾젇T儀 | 11100101100001001000000011101011101101101011111011101100101000001000011101010100111001011000010010000000 | e58480ebb6beeca08754e58480 |
UHC | 儀붾젇T儀 | 111010111111000010010100111010111010000010001010010101001110101111110000 | ebf094eba08a54ebf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)