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 | «Ë{«Ës | 1000111110101011110010110111101110001111101010111100101101110011 | 8fabcb7b8fabcb73 |
SJIS-WIN | ???{???s | 0011111100111111001111110111101100111111001111110011111101110011 | 3f3f3f7b3f3f3f73 |
EUC-JP | ??Ë{??Ës | 001111110011111110001111101010101011001101111011001111110011111110001111101010101011001101110011 | 3f3f8faab37b3f3f8faab373 |
UTF-8 | «Ë{«Ës | 1100001010001111110000101010101111000011100010110111101111000010100011111100001010101011110000111000101101110011 | c28fc2abc38b7bc28fc2abc38b73 |
UHC | ???{???s | 0011111100111111001111110111101100111111001111110011111101110011 | 3f3f3f7b3f3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)