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 | 雍咲ウッ迥 | 1110100010110100100011011110011110110011101011111110011110001010 | e8b48de7b3afe78a |
EUC-JP | 雍咲ウッ迥 | 11110000101101101011101011101001100011101011001110001110101011111110110111101010 | f0b6bae98eb38eafedea |
UTF-8 | 雍咲ウッ迥 | 111010011001101110001101111001011001001010110010111011111011110110110011111011111011110110101111111010001011111110100101 | e99b8de592b2efbdb3efbdafe8bfa5 |
UHC | 雍???? | 111010001011110000111111001111110011111100111111 | e8bc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)