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 | 中???淫? | 1001001010000110001111110011111100111111100010001111101000111111 | 92863f3f3f88fa3f |
EUC-JP | 中???淫? | 1100001111100110001111110011111100111111101100001111110000111111 | c3e63f3f3fb0fc3f |
UTF-8 | 中곈렦렧淫렕 | 111001001011100010101101111010101011001110001000111010111010000010100110111010111010000010100111111001101011011110101011111010111010000010010101 | e4b8adeab388eba0a6eba0a7e6b7abeba095 |
UHC | 中곈렦렧淫렕 | 111100011110100110110000111010011000111010110101100011101011011011101011111000101000111010101010 | f1e9b0e98eb58eb6ebe28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)