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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????諛 | 0011111100111111001111110011111100111111001111111110011010000111 | 3f3f3f3f3f3fe687 |
EUC-JP | ??ł???諛 | 00111111001111111000111110101001110010000011111100111111001111111110101111100111 | 3f3f8fa9c83f3f3febe7 |
UTF-8 | 令⑸ł泥곲쉬諛 | 1110111110100110101010001110001010010001101110001100010110000010111011111010011110100011111010101011001110110010111011001000100110101100111010001010101110011011 | efa6a8e291b8c582efa7a3eab3b2ec89ace8ab9b |
UHC | 令⑸ł泥곲쉬諛 | 1110011110101001101010011110101110101001101010011110110010110010100000011110100110111101101011001110101110110000 | e7a9a9eba9a9ecb281e9bdacebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)