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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | マフフ蕷 | 1100111111001100110011001110010101010000 | cfcccce550 |
EUC-JP | マフフ蕷 | 1000111011001111100011101100110010001110110011001110100110110001 | 8ecf8ecc8ecce9b1 |
UTF-8 | マフフ蕷 | 111011111011111010001111111011111011111010001100111011111011111010001100111010001001010110110111 | efbe8fefbe8cefbe8ce895b7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)