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 | 蜊ィ逅∫吹 | 111001011000110110101000111001111001000010000001111001111001000010000001 | e58da8e79081e79081 |
EUC-JP | 蜊ィ逅∫吹 | 11101001111011011000111010101000111011011111000010100010111010011011111111100001 | e9ed8ea8edf0a2e9bfe1 |
UTF-8 | 蜊ィ逅∫吹 | 111010001001110010001010111011111011110110101000111010011000000010000101111000101000100010101011111001011001000010111001 | e89c8aefbda8e98085e288abe590b9 |
UHC | ??逅∫吹 | 0011111100111111111111011011000110100001111100101111011010100011 | 3f3ffdb1a1f2f6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)