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 | ??〃踰? | 00111111001111111000000101010110111001101111101000111111 | 3f3f8156e6fa3f |
EUC-JP | ??〃踰? | 00111111001111111010000110110111111011001111110000111111 | 3f3fa1b7ecfc3f |
UTF-8 | 令⑸〃踰숂 | 111011111010011010101000111000101001000110111000111000111000000010000011111010001011100010110000111011001000100010000010 | efa6a8e291b8e38083e8b8b0ec8882 |
UHC | 令⑸〃踰숂 | 11100111101010011010100111101011101000011010100011101011101100101001100111100111 | e7a9a9eba1a8ebb299e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)