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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜊ィ螟ョ鬣坑 | 11100101100011011010100011100101101001001010111011101001101001011000110101000010 | e58da8e5a4aee9a58d42 |
EUC-JP | 蜊ィ螟ョ鬣坑 | 111010011110110110001110101010001110101010100110100011101010111011110010101001111011100110100011 | e9ed8ea8eaa68eaef2a7b9a3 |
UTF-8 | 蜊ィ螟ョ鬣坑 | 111010001001110010001010111011111011110110101000111010001001111010011111111011111011110110101110111010011010110010100011111001011001110110010001 | e89c8aefbda8e89e9fefbdaee9aca3e59d91 |
UHC | ??螟??坑 | 0011111100111111110110011010110100111111001111111100101111010101 | 3f3fd9ad3f3fcbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)