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 | 隱シ豕ョ迴キ | 111010001010101010111100111001101011001110101110111001111000111110110111 | e8aabce6b3aee78fb7 |
EUC-JP | 隱シ豕ョ迴キ | 111100001010110010001110101111001110110010110101100011101010111011101101111011111000111010110111 | f0ac8ebcecb58eaeedef8eb7 |
UTF-8 | 隱シ豕ョ迴キ | 111010011001101010110001111011111011110110111100111010001011000110010101111011111011110110101110111010001011111110110100111011111011110110110111 | e99ab1efbdbce8b195efbdaee8bfb4efbdb7 |
UHC | 隱?豕??? | 1110101111011111001111111110001111001110001111110011111100111111 | ebdf3fe3ce3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)