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 | ???u???~E | 001111110011111100111111011101010011111100111111001111110111111001000101 | 3f3f3f753f3f3f7e45 |
SJIS-WIN | ???u???~E | 001111110011111100111111011101010011111100111111001111110111111001000101 | 3f3f3f753f3f3f7e45 |
EUC-JP | ???u???~E | 001111110011111100111111011101010011111100111111001111110111111001000101 | 3f3f3f753f3f3f7e45 |
UTF-8 | 料잌즯u料잌즯~E | 111011111010011010111110111011001001111010001100111011001010011010101111011101011110111110100110101111101110110010011110100011001110110010100110101011110111111001000101 | efa6beec9e8ceca6af75efa6beec9e8ceca6af7e45 |
UHC | 料잌즯u料잌즯~E | 111010001111011110011111111001011010001110000001011101011110100011110111100111111110010110100011100000010111111001000101 | e8f79fe5a38175e8f79fe5a3817e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)