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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豎∫蕪 | 111001101011000110000001111001111001010110010011 | e6b181e79593 |
EUC-JP | 豎∫蕪 | 111011001011001110100010111010011100100111110011 | ecb3a2e9c9f3 |
UTF-8 | 豎∫蕪 | 111010001011000110001110111000101000100010101011111010001001010110101010 | e8b18ee288abe895aa |
UHC | ?∫蕪 | 0011111110100001111100101101100111110011 | 3fa1f2d9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)