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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?疫耀? | 001111111000100101110101100101110111001100111111 | 3f897597733f |
EUC-JP | ?疫耀? | 001111111011000111010110110011011101010000111111 | 3fb1d6cdd43f |
UTF-8 | 挻疫耀잂 | 111001101000110010111011111001111001011010101011111010001000000010000000111011001001111010000010 | e68cbbe796abe88080ec9e82 |
UHC | 挻疫耀잂 | 1110011011001001111001101011100111101001101001011001111111100010 | e6c9e6b9e9a59fe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)