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 | 鬩・蠕悟コ | 1110100110101001101001011110010110111110100011001110010110111010 | e9a9a5e5be8ce5ba |
EUC-JP | 鬩・蠕悟コ | 11110010101010111000111010100101111010101100000010111000111001111000111010111010 | f2ab8ea5eac0b8e78eba |
UTF-8 | 鬩・蠕悟コ | 111010011010110010101001111011111011110110100101111010001010000010010101111001101000001010011111111011111011110110111010 | e9aca9efbda5e8a095e6829fefbdba |
UHC | ???悟? | 001111110011111100111111111001111111011000111111 | 3f3f3fe7f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)