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 | ???E^ | 0011111100111111001111110100010101011110 | 3f3f3f455e |
SJIS-WIN | 谷測属E^ | 1001001001001010100100011010101010010001101011100100010101011110 | 924a91aa91ae455e |
EUC-JP | 谷測属E^ | 1100001110101011110000101010110011000010101100000100010101011110 | c3abc2acc2b0455e |
UTF-8 | 谷測属E^ | 1110100010110000101101111110011010111000101011001110010110110001100111100100010101011110 | e8b0b7e6b8ace5b19e455e |
UHC | 谷測?E^ | 11001101110110111111011010110100001111110100010101011110 | cddbf6b43f455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)