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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 耀??^ | 1001011101110011001111110011111101011110 | 97733f3f5e |
EUC-JP | 耀??^ | 1100110111010100001111110011111101011110 | cdd43f3f5e |
UTF-8 | 耀붾젧^ | 11101000100000001000000011101011101101101011111011101100101000001010011101011110 | e88080ebb6beeca0a75e |
UHC | 耀붾젧^ | 11101001101001011001010011101011101000001001111101011110 | e9a594eba09f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)