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 | 遶ェ遏ュ蟆械 | 11100111101010111010101011100111100111111010110111100101101100001000101001000010 | e7abaae79fade5b08a42 |
EUC-JP | 遶ェ遏ュ蟆械 | 111011101010110110001110101010101110111010100001100011101010110111101010101100101011001110100011 | eead8eaaeea18eadeab2b3a3 |
UTF-8 | 遶ェ遏ュ蟆械 | 111010011000000110110110111011111011110110101010111010011000000110001111111011111011110110101101111010001001111110000110111001101010001010110000 | e981b6efbdaae9818fefbdade89f86e6a2b0 |
UHC | ?????械 | 00111111001111110011111100111111001111111100110011111110 | 3f3f3f3f3fccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)