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 | 要?К渦? | 1001011101110110001111111000010001001011100010010101000100111111 | 97763f844b89513f |
EUC-JP | 要?К渦? | 1100110111010111001111111010011110101100101100011011001000111111 | cdd73fa7acb1b23f |
UTF-8 | 要뺟К渦㎬ | 1110100010100110100000011110101110111010100111111101000010011010111001101011100010100110111000111000111010101100 | e8a681ebba9fd09ae6b8a6e38eac |
UHC | 要뺟К渦㎬ | 11101001101010011001010111100111101011001010110011101000101111101010011111101000 | e9a995e7acace8bea7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)