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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????e? | 00111111001111110011111100111111100000101000010100111111 | 3f3f3f3f82853f |
EUC-JP | ???彛e? | 001111110011111100111111100011111011110011111010101000111110010100111111 | 3f3f3f8fbcfaa3e53f |
UTF-8 | 烈ㅺ염彛e츐 | 111011111010011010011111111000111000010110111010111011001001011110111100111001011011110110011011111011111011110110000101111011001011100010010000 | efa69fe385baec97bce5bd9befbd85ecb890 |
UHC | 烈ㅺ염彛e츐 | 111001101110111110100100111010101011111110110000111011001010110110100011111001011010111010001011 | e6efa4eabfb0ecada3e5ae8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)