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 | 闍」豌エ蝙ク | 111010001000101110100011111001101011000010110100111001011001111010111000 | e88ba3e6b0b4e59eb8 |
EUC-JP | 闍」豌エ蝙ク | 111011111110101110001110101000111110110010110010100011101011010011101001111111101000111010111000 | efeb8ea3ecb28eb4e9fe8eb8 |
UTF-8 | 闍」豌エ蝙ク | 111010011001011110001101111011111011110110100011111010001011000110001100111011111011110110110100111010001001110110011001111011111011110110111000 | e9978defbda3e8b18cefbdb4e89d99efbdb8 |
UHC | ??豌??? | 00111111001111111110100011010101001111110011111100111111 | 3f3fe8d53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)