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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テフッ霓 | 11000011111101001000111111001100101011111110100010111101 | c3f48fccafe8bd |
EUC-JP | テ?フッ霓 | 100011101100001100111111100011101100110010001110101011111111000010111111 | 8ec33f8ecc8eaff0bf |
UTF-8 | テフッ霓 | 111011111011111010000011111011101000110010111110111011111011111010001100111011111011110110101111111010011001110010010011 | efbe83ee8cbeefbe8cefbdafe99c93 |
UHC | ????霓 | 001111110011111100111111001111111110011111100111 | 3f3f3f3fe7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)