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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 尊其\ | 1001000110111000100100011011010001011100 | 91b891b45c |
EUC-JP | 尊其\ | 1100001010111010110000101011011001011100 | c2bac2b65c |
UTF-8 | 尊其\ | 11100101101100001000101011100101100001011011011001011100 | e5b08ae585b65c |
UHC | 尊其\ | 1111000011101110110100001110110001011100 | f0eed0ec5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)