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 | 踞セ逵ゥ踝 | 1110011011110101101111101110011110011100101010011110011011110100 | e6f5bee79ca9e6f4 |
EUC-JP | 踞セ逵ゥ踝 | 11101100111101111000111010111110111011011111110010001110101010011110110011110110 | ecf78ebeedfc8ea9ecf6 |
UTF-8 | 踞セ逵ゥ踝 | 111010001011100010011110111011111011110110111110111010011000000010110101111011111011110110101001111010001011100010011101 | e8b89eefbdbee980b5efbda9e8b89d |
UHC | 踞?逵?? | 11001011111001100011111111010000101100000011111100111111 | cbe63fd0b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)