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 | ?蛤絅?豹^ | 001111111001010010111000111000110100010000111111100101010101111001011110 | 3f94b8e3443f955e5e |
EUC-JP | ?蛤絅?豹^ | 001111111100100010111010111001011010010100111111110010011011111101011110 | 3fc8bae5a53fc9bf5e |
UTF-8 | 뤸蛤絅뤸豹^ | 11101011101001001011100011101000100110111010010011100111101101011000010111101011101001001011100011101000101100011011100101011110 | eba4b8e89ba4e7b585eba4b8e8b1b95e |
UHC | 뤸蛤絅뤸豹^ | 1000111111100110111110011110110111001100111001111000111111100110111110001111101101011110 | 8fe6f9edcce78fe6f8fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)