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 | 拙?蝸?巍 | 1001000011011001001111111110010110010111001111111001101111011001 | 90d93fe5973f9bd9 |
EUC-JP | 拙?蝸?巍 | 1100000011011011001111111110100111110111001111111101011011011011 | c0db3fe9f73fd6db |
UTF-8 | 拙렾蝸렧巍 | 111001101000101110011001111010111010000010111110111010001001110110111000111010111010000010100111111001011011011110001101 | e68b99eba0bee89db8eba0a7e5b78d |
UHC | 拙렾蝸렧巍 | 11110000111100001000111011000110111010001100010010001110101101101110100011100100 | f0f08ec6e8c48eb6e8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)