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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ????ル?B | 0011111100111111001111110011111110000011100010110011111101000010 | 3f3f3f3f838b3f42 |
EUC-JP | ????ル?B | 0011111100111111001111110011111110100101111010110011111101000010 | 3f3f3f3fa5eb3f42 |
UTF-8 | 歷몄뇳溜ル젨B | 11101111101001101000110011101011101010101000010011101011100001111011001111101111101001111000101111100011100000111010101111101100101000001010100001000010 | efa68cebaa84eb87b3efa78be383abeca0a842 |
UHC | 歷몄뇳溜ル젨B | 11100110101110001011100011101100100001111001011111101010111111101010101111101011101000001010000001000010 | e6b8b8ec8797eafeabeba0a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)