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 | 烝?億?? | 11100000011111100011111110001001101011010011111100111111 | e07e3f89ad3f3f |
EUC-JP | 烝?億?? | 11011111110111110011111110110010101011110011111100111111 | dfdf3fb2af3f3f |
UTF-8 | 烝렯億꿰렟 | 111001111000001110011101111010111010000010101111111001011000010010000100111010101011111110110000111010111010000010011111 | e7839deba0afe58484eabfb0eba09f |
UHC | 烝렯億꿰렟 | 11110001111101101000111010111100111001011110001010110010111001111000111010110000 | f1f68ebce5e2b2e78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)