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 | 繩鞘酋 | 111000111000101010001111111000101000111101010101 | e38a8fe28f55 |
EUC-JP | 繩鞘酋 | 111001011110101010111110111001001011110110110110 | e5eabee4bdb6 |
UTF-8 | 繩鞘酋 | 111001111011100110101001111010011001111010011000111010011000010110001011 | e7b9a9e99e98e9858b |
UHC | 繩?酋 | 1110001110110001001111111111010111011100 | e3b13ff5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)