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 | 鴪宍紗エ諶 | 111010011111000010001110101100111000111011010001101101001111101110101010 | e9f08eb38ed1b4fbaa |
EUC-JP | 鴪宍紗エ諶 | 1111001011110010101111001011010110111100110100111000111010110100100011111101111010110101 | f2f2bcb5bcd38eb48fdeb5 |
UTF-8 | 鴪宍紗エ諶 | 111010011011010010101010111001011010111010001101111001111011010010010111111011111011110110110100111010001010101110110110 | e9b4aae5ae8de7b497efbdb4e8abb6 |
UHC | ??紗?諶 | 00111111001111111101111011101001001111111110010010100110 | 3f3fdee93fe4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)