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 | 塢??渦? | 10011010110001110011111100111111100010010101000100111111 | 9ac73f3f89513f |
EUC-JP | 塢??渦? | 11010100110010010011111100111111101100011011001000111111 | d4c93f3fb1b23f |
UTF-8 | 塢쇿릦渦깁 | 111001011010000110100010111011001000011110111111111010111010011010100110111001101011100010100110111010101011100110000001 | e5a1a2ec87bfeba6a6e6b8a6eab981 |
UHC | 塢쇿릦渦깁 | 11100111111100011001100111100101100100001000100011101000101111101011000111101001 | e7f199e59088e8beb1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)