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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 祭?苑 | 1000110111010101001111111000100110010001 | 8dd53f8991 |
EUC-JP | 祭?苑 | 1011101011010111001111111011000111110001 | bad73fb1f1 |
UTF-8 | 祭렢苑 | 111001111010010110101101111010111010000010100010111010001000101110010001 | e7a5adeba0a2e88b91 |
UHC | 祭렢苑 | 111100001010111010001110101100111110101010111101 | f0ae8eb3eabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)