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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髀・蝌イ鮟ッ | 111010011000111110100101111001011001100010110010111010011011101110101111 | e98fa5e598b2e9bbaf |
EUC-JP | 髀・蝌イ鮟ッ | 111100011110111110001110101001011110100111111000100011101011001011110010101111011000111010101111 | f1ef8ea5e9f88eb2f2bd8eaf |
UTF-8 | 髀・蝌イ鮟ッ | 111010011010101110000000111011111011110110100101111010001001110110001100111011111011110110110010111010011010111010011111111011111011110110101111 | e9ab80efbda5e89d8cefbdb2e9ae9fefbdaf |
UHC | ????鮟? | 00111111001111110011111100111111111001001101010100111111 | 3f3f3f3fe4d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)