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 | 烝?助?? | 11100000011111100011111110001111100101010011111100111111 | e07e3f8f953f3f |
EUC-JP | 烝?助?? | 11011111110111110011111110111101111101010011111100111111 | dfdf3fbdf53f3f |
UTF-8 | 烝렫助희렰 | 111001111000001110011101111010111010000010101011111001011000101010101001111011011001110110101100111010111010000010110000 | e7839deba0abe58aa9ed9daceba0b0 |
UHC | 烝렫助희렰 | 11110001111101101000111010111001111100001011111011001000111100011000111010111101 | f1f68eb9f0bec8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)