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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邁ォ逵ゥ鞨 | 1110011110110000101010111110011110011100101010011110100011100000 | e7b0abe79ca9e8e0 |
EUC-JP | 邁ォ逵ゥ鞨 | 11101110101100101000111010101011111011011111110010001110101010011111000011100010 | eeb28eabedfc8ea9f0e2 |
UTF-8 | 邁ォ逵ゥ鞨 | 111010011000001010000001111011111011110110101011111010011000000010110101111011111011110110101001111010011001111010101000 | e98281efbdabe980b5efbda9e99ea8 |
UHC | 邁?逵?鞨 | 1101100011100100001111111101000010110000001111111100101011101010 | d8e43fd0b03fcaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)