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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ワェ「イ^ | 11011100101010101111100110101011101000101011001001011110 | dcaaf9aba2b25e |
EUC-JP | ワェ?「イ^ | 10001110110111001000111010101010001111111000111010100010100011101011001001011110 | 8edc8eaa3f8ea28eb25e |
UTF-8 | ワェ「イ^ | 11101111101111101001110011101111101111011010101011101110100111001000011011101111101111011010001011101111101111011011001001011110 | efbe9cefbdaaee9c86efbda2efbdb25e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)