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 | 酌丞齊ッ | 111100001011110110001110110111101000111111100101111010101000111010101111 | f0bd8ede8fe5ea8eaf |
EUC-JP | ?酌丞齊ッ | 001111111011110011100000101111101110011111110011111011101000111010101111 | 3fbce0bee7f3ee8eaf |
UTF-8 | 酌丞齊ッ | 111011101000000110111100111010011000010110001100111001001011100010011110111010011011110110001010111011111011110110101111 | ee81bce9858ce4b89ee9bd8aefbdaf |
UHC | ?酌丞齊? | 0011111111101101110011001110001110101010111100001011101000111111 | 3fedcce3aaf0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)