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 | ?堂?堂^ | 00111111100100111011000000111111100100111011000001011110 | 3f93b03f93b05e |
EUC-JP | 芩堂芩堂^ | 1000111111010111110000111100011010110010100011111101011111000011110001101011001001011110 | 8fd7c3c6b28fd7c3c6b25e |
UTF-8 | 芩堂芩堂^ | 11101000100010101010100111100101101000001000001011101000100010101010100111100101101000001000001001011110 | e88aa9e5a082e88aa9e5a0825e |
UHC | 芩堂芩堂^ | 110100001101100111010011110100011101000011011001110100111101000101011110 | d0d9d3d1d0d9d3d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)