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 | 雉ェ逵ゥ襠灘 | 11101000101100111010101011100111100111001010100111100101111110111001001111100101 | e8b3aae79ca9e5fb93e5 |
EUC-JP | 雉ェ逵ゥ襠灘 | 111100001011010110001110101010101110110111111100100011101010100111101010111111011100011011100111 | f0b58eaaedfc8ea9eafdc6e7 |
UTF-8 | 雉ェ逵ゥ襠灘 | 111010011001101110001001111011111011110110101010111010011000000010110101111011111011110110101001111010001010010110100000111001111000000110011000 | e99b89efbdaae980b5efbda9e8a5a0e78198 |
UHC | 雉?逵??灘 | 111101101100101100111111110100001011000000111111001111111111011110101000 | f6cb3fd0b03f3ff7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)