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 | ?庵??? | 001111111000100011000001001111110011111100111111 | 3f88c13f3f3f |
EUC-JP | ?庵??? | 001111111011000011000011001111110011111100111111 | 3fb0c33f3f3f |
UTF-8 | 렣庵렍롇롋 | 111010111010000010100011111001011011101010110101111010111010000010001101111010111010000110000111111010111010000110001011 | eba0a3e5bab5eba08deba187eba18b |
UHC | 렣庵렍롇롋 | 10001110101101001110010011011101100011101010001110001110110011011000111011010001 | 8eb4e4dd8ea38ecd8ed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)