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 | 烝?億??? | 1110000001111110001111111000100110101101001111110011111100111111 | e07e3f89ad3f3f3f |
EUC-JP | 烝?億??? | 1101111111011111001111111011001010101111001111110011111100111111 | dfdf3fb2af3f3f3f |
UTF-8 | 烝렯億계렏렢 | 111001111000001110011101111010111010000010101111111001011000010010000100111010101011001110000100111010111010000010001111111010111010000010100010 | e7839deba0afe58484eab384eba08feba0a2 |
UHC | 烝렯億계렏렢 | 111100011111011010001110101111001110010111100010101100001110100010001110101001011000111010110011 | f1f68ebce5e2b0e88ea58eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)