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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雋取ュ。^ | 11101000101100101000111011100110101011011010000101011110 | e8b28ee6ada15e |
EUC-JP | 雋取ュ。^ | 111100001011010010111100111010001000111010101101100011101010000101011110 | f0b4bce88ead8ea15e |
UTF-8 | 雋取ュ。^ | 11101001100110111000101111100101100011111001011011101111101111011010110111101111101111011010000101011110 | e99b8be58f96efbdadefbda15e |
UHC | 雋取??^ | 11110001111001101111011010100010001111110011111101011110 | f1e6f6a23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)