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 | 阯コ逶ェ縲 | 1110100010010111101110101110011110011011101010101110001110000000 | e897bae79baae380 |
EUC-JP | 阯コ逶ェ縲 | 11101111111101111000111010111010111011011111101110001110101010101110010111100000 | eff78ebaedfb8eaae5e0 |
UTF-8 | 阯コ逶ェ縲 | 111010011001100010101111111011111011110110111010111010011000000010110110111011111011110110101010111001111011100010110010 | e998afefbdbae980b6efbdaae7b8b2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)