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 | 要?К渦③ | 100101110111011000111111100001000100101110001001010100011000011101000010 | 97763f844b89518742 |
EUC-JP | 要?К渦? | 1100110111010111001111111010011110101100101100011011001000111111 | cdd73fa7acb1b23f |
UTF-8 | 要뺟К渦③ | 1110100010100110100000011110101110111010100111111101000010011010111001101011100010100110111000101001000110100010 | e8a681ebba9fd09ae6b8a6e291a2 |
UHC | 要뺟К渦③ | 11101001101010011001010111100111101011001010110011101000101111101010100011101001 | e9a995e7acace8bea8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)