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 | 辣懣棟 | 111001111000010110011100111011101001001110001111 | e7859cee938f |
EUC-JP | 辣懣棟 | 111011011110010111011000111100001100010111101111 | ede5d8f0c5ef |
UTF-8 | 辣懣棟 | 111010001011111010100011111001101000011110100011111001101010001110011111 | e8bea3e687a3e6a39f |
UHC | 辣?棟 | 1101010110111000001111111101010011010110 | d5b83fd4d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)