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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 髯イ荵溘¥\ | 11101001100110011011001011100100101110011001111111100011100000011000111101011100 | e999b2e4b99fe3818f5c |
EUC-JP | 髯イ荵溘¥\ | 1111000111111001100011101011001011101000101110111101111011100101101000011110111101011100 | f1f98eb2e8bbdee5a1ef5c |
UTF-8 | 髯イ荵溘¥\ | 11101001101010111010111111101111101111011011001011101000100011011011010111100110101110101001100011101111101111111010010101011100 | e9abafefbdb2e88db5e6ba98efbfa55c |
UHC | ????¥\ | 00111111001111110011111100111111101000011100110101011100 | 3f3f3f3fa1cd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)