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 | ???m???? | 0011111100111111001111110110110100111111001111110011111100111111 | 3f3f3f6d3f3f3f3f |
SJIS-WIN | ???m???? | 0011111100111111001111110110110100111111001111110011111100111111 | 3f3f3f6d3f3f3f3f |
EUC-JP | ???m???? | 0011111100111111001111110110110100111111001111110011111100111111 | 3f3f3f6d3f3f3f3f |
UTF-8 | 淋귦샃m淋꾩쭨淋 | 11101111101001111011010111101010101101111010011011101100100000111000001101101101111011111010011110110101111010101011111010101001111011001010110110101000111011111010011110110101 | efa7b5eab7a6ec83836defa7b5eabea9ecada8efa7b5 |
UHC | 淋귦샃m淋꾩쭨淋 | 111011001111100010000010111011011001100010110101011011011110110011111000100001001110110010100111100111001110110011111000 | ecf882ed98b56decf884eca79cecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)