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 | Ì®äÕÐ | 1000111011001100100011101010111011100100110101011000111011010000 | 8ecc8eaee4d58ed0 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Ì?®äÕ?? | 00111111100011111010101011000000001111111000111110100010111011101000111110101011101000111000111110101010110110000011111100111111 | 3f8faac03f8fa2ee8faba38faad83f3f |
UTF-8 | Ì®äÕÐ | 11000010100011101100001110001100110000101000111011000010101011101100001110100100110000111001010111000010100011101100001110010000 | c28ec38cc28ec2aec3a4c395c28ec390 |
UHC | ???®???Ð | 00111111001111110011111110100010111001110011111100111111001111111010100010100010 | 3f3f3fa2e73f3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)