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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 萸?こ艤?E | 111001001100111000111111100000101011000111100100011111100011111101000101 | e4ce3f82b1e47e3f45 |
EUC-JP | 萸?こ艤?E | 111010001101000000111111101001001011001111100111110111110011111101000101 | e8d03fa4b3e7df3f45 |
UTF-8 | 萸믩こ艤푋E | 11101000100100001011100011101011101011111010100111100011100000011001001111101000100010011010010011101101100100011000101101000101 | e890b8ebafa9e38193e889a4ed918b45 |
UHC | 萸믩こ艤푋E | 1110101110101101100100101110101110101010101100111110101111111010101111100101001001000101 | ebad92ebaab3ebfabe5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)