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 | 莊睡┸^ | 11100100101101011001000010000111100001001011110101011110 | e4b5908784bd5e |
EUC-JP | 莊睡┸^ | 11101000101101111011111111100111101010001011111101011110 | e8b7bfe7a8bf5e |
UTF-8 | 莊睡┸^ | 11101000100011101000101011100111100111011010000111100010100101001011100001011110 | e88e8ae79da1e294b85e |
UHC | 莊睡┸^ | 11101101111101101110001010110010101001101011111101011110 | edf6e2b2a6bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)