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 | 阿?+源 | 10001000101000100011111110000001011110111000110010111001 | 88a23f817b8cb9 |
EUC-JP | 阿?+源 | 10110000101001000011111110100001110111001011100010111011 | b0a43fa1dcb8bb |
UTF-8 | 阿귣+源 | 111010011001100010111111111010101011011110100011111011111011110010001011111001101011101010010000 | e998bfeab7a3efbc8be6ba90 |
UHC | 阿귣+源 | 1110010010111001100000101110101110100011101010111110101010111001 | e4b982eba3abeab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)