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 | 祭?淫?袁? | 100011011101010100111111100010001111101000111111111001011100110100111111 | 8dd53f88fa3fe5cd3f |
EUC-JP | 祭?淫?袁? | 101110101101011100111111101100001111110000111111111010101100111100111111 | bad73fb0fc3feacf3f |
UTF-8 | 祭렢淫렧袁렑 | 111001111010010110101101111010111010000010100010111001101011011110101011111010111010000010100111111010001010001010000001111010111010000010010001 | e7a5adeba0a2e6b7abeba0a7e8a281eba091 |
UHC | 祭렢淫렧袁렑 | 111100001010111010001110101100111110101111100010100011101011011011101010101111101000111010100110 | f0ae8eb3ebe28eb6eabe8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)