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 | ?????]\ | 00111111001111110011111100111111001111110101110101011100 | 3f3f3f3f3f5d5c |
SJIS-WIN | 萸????]\ | 1110010011001110001111110011111100111111001111110101110101011100 | e4ce3f3f3f3f5d5c |
EUC-JP | 萸????]\ | 1110100011010000001111110011111100111111001111110101110101011100 | e8d03f3f3f3f5d5c |
UTF-8 | 萸묐쳫紐톧]\ | 1110100010010000101110001110101110101100100100001110110010110011101010111110111110100111100011111110110110000110101001110101110101011100 | e890b8ebac90ecb3abefa78fed86a75d5c |
UHC | 萸묐쳫紐톧]\ | 111010111010110110010001111010111010101110010000111010111010101010110111011110100101110101011100 | ebad91ebab90ebaab77a5d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)