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 | 釿。蟲ッ跚 | 1110011111100001101000011110010110110011101011111110011011100111 | e7e1a1e5b3afe6e7 |
EUC-JP | 釿。蟲ッ跚 | 11101110111000111000111010100001111010101011010110001110101011111110110011101001 | eee38ea1eab58eafece9 |
UTF-8 | 釿。蟲ッ跚 | 111010011000011110111111111011111011110110100001111010001001111110110010111011111011110110101111111010001011011110011010 | e987bfefbda1e89fb2efbdafe8b79a |
UHC | ??蟲?? | 001111110011111111110101111110010011111100111111 | 3f3ff5f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)