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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 拙?蝸?嵬 | 1001000011011001001111111110010110010111001111111001101111001010 | 90d93fe5973f9bca |
EUC-JP | 拙?蝸?嵬 | 1100000011011011001111111110100111110111001111111101011011001100 | c0db3fe9f73fd6cc |
UTF-8 | 拙렾蝸렩嵬 | 111001101000101110011001111010111010000010111110111010001001110110111000111010111010000010101001111001011011010110101100 | e68b99eba0bee89db8eba0a9e5b5ac |
UHC | 拙렾蝸렩嵬 | 11110000111100001000111011000110111010001100010010001110101101111110100011100011 | f0f08ec6e8c48eb7e8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)