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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???權?^ | 00111111001111110011111110011110110111000011111101011110 | 3f3f3f9edc3f5e |
EUC-JP | ???權?^ | 00111111001111110011111111011100110111100011111101011110 | 3f3f3fdcde3f5e |
UTF-8 | 롊뤁퍗權깼^ | 11101011101000011000101011101011101001001000000111101101100011011001011111100110101011001000101011101010101110011011110001011110 | eba18aeba481ed8d97e6ac8aeab9bc5e |
UHC | 롊뤁퍗權깼^ | 1000111011010000100011111011001010111011100011101100111111101101101100101010001101011110 | 8ed08fb2bb8ecfedb2a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)