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 | 蒻ゥ彧零ア | 1110010011101000101010011111101010111001100101111110101110110001 | e4e8a9fab997ebb1 |
EUC-JP | 蒻ゥ彧零ア | 1110100011101010100011101010100110001111101111001111111011001110111011011000111010110001 | e8ea8ea98fbcfeceed8eb1 |
UTF-8 | 蒻ゥ彧零ア | 111010001001001010111011111011111011110110101001111001011011110110100111111010011001101110110110111011111011110110110001 | e892bbefbda9e5bda7e99bb6efbdb1 |
UHC | 蒻?彧零? | 1110010110110110001111111110100111101110110101101100001100111111 | e5b63fe9eed6c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)