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 | 旋靄旋 | 100100001111100111101000110010011001000011111001 | 90f9e8c990f9 |
EUC-JP | 旋靄旋 | 110000001111101111110000110010111100000011111011 | c0fbf0cbc0fb |
UTF-8 | 旋靄旋 | 111001101001011110001011111010011001110110000100111001101001011110001011 | e6978be99d84e6978b |
UHC | 旋靄旋 | 111000001100000111100100111101111110000011000001 | e0c1e4f7e0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)