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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 僥??Z | 1001100101000110001111110011111101011010 | 99463f3f5a |
EUC-JP | 僥??Z | 1101000110100111001111110011111101011010 | d1a73f3f5a |
UTF-8 | 僥븝쉈Z | 11100101100000111010010111101011101110001001110111101100100010011000100001011010 | e583a5ebb89dec89885a |
UHC | 僥븝쉈Z | 11101000111010011011101011101111101111011010010101011010 | e8e9baefbda55a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)