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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??瑗??? | 0011111100111111100011111100110011000000001111110011111100111111 | 3f3f8fccc03f3f3f |
UTF-8 | 諪렍瑗렚亐렢 | 111010001010101110101010111010111010000010001101111001111001000110010111111010111010000010011010111001001011101010010000111010111010000010100010 | e8abaaeba08de79197eba09ae4ba90eba0a2 |
UHC | 諪렍瑗렚亐렢 | 111011111111010110001110101000111110101010111100100011101010110111101010101001111000111010110011 | eff58ea3eabc8eadeaa78eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)