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 | äº[ | 11100100101110101001001001011011 | e4ba925b |
SJIS-WIN | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
EUC-JP | �[ | 1000111110101011101000111000111110100010111010110011111101011011 | 8faba38fa2eb3f5b |
UTF-8 | äº[ | 11000011101001001100001010111010110000101001001001011011 | c3a4c2bac2925b |
UHC | ?º?[ | 0011111110101000101011000011111101011011 | 3fa8ac3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)