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 | 髯イ荵溘¥^ | 11101001100110011011001011100100101110011001111111100011100000011000111101011110 | e999b2e4b99fe3818f5e |
EUC-JP | 髯イ荵溘¥^ | 1111000111111001100011101011001011101000101110111101111011100101101000011110111101011110 | f1f98eb2e8bbdee5a1ef5e |
UTF-8 | 髯イ荵溘¥^ | 11101001101010111010111111101111101111011011001011101000100011011011010111100110101110101001100011101111101111111010010101011110 | e9abafefbdb2e88db5e6ba98efbfa55e |
UHC | ????¥^ | 00111111001111110011111100111111101000011100110101011110 | 3f3f3f3fa1cd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)