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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???鼇??? | 0011111100111111001111111110101010000111001111110011111100111111 | 3f3f3fea873f3f3f |
EUC-JP | ???鼇??? | 0011111100111111001111111111001111100111001111110011111100111111 | 3f3f3ff3e73f3f3f |
UTF-8 | 樂띾맾鼇앮뿬麟 | 111011111010011010111111111010111001110110111110111010111010011110111110111010011011110010000111111011001001010110101110111010111011111110101100111011111010011110110011 | efa6bfeb9dbeeba7bee9bc87ec95aeebbfacefa7b3 |
UHC | 樂띾맾鼇앮뿬麟 | 1110100011111001100011011110101110010000101111111110100010101000100111011110011010010111101011001110110011101000 | e8f98deb90bfe8a89de697acece8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)