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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鹽??詢 | 111010100110010000111111001111111110011001101101 | ea643f3fe66d |
EUC-JP | 鹽??詢 | 111100111100010100111111001111111110101111001110 | f3c53f3febce |
UTF-8 | 鹽됮뛒詢 | 111010011011100110111101111010111001000010101110111010111001101110010010111010001010100110100010 | e9b9bdeb90aeeb9b92e8a9a2 |
UHC | 鹽됮뛒詢 | 1110011110100100100010011110100110001101010100001110001011110011 | e7a489e98d50e2f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)