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 | 燿?К渦? | 1110000010100000001111111000010001001011100010010101000100111111 | e0a03f844b89513f |
EUC-JP | 燿?К渦? | 1110000010100010001111111010011110101100101100011011001000111111 | e0a23fa7acb1b23f |
UTF-8 | 燿쒐К渦㎬ | 1110011110000111101111111110110010010010100100001101000010011010111001101011100010100110111000111000111010101100 | e787bfec9290d09ae6b8a6e38eac |
UHC | 燿쒐К渦㎬ | 11101000111111001001110011100111101011001010110011101000101111101010011111101000 | e8fc9ce7acace8bea7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)