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 | 騾榊符蛛・ | 111010011000000010001101111001011001010110000100111001011000000110100101 | e9808de59584e581a5 |
EUC-JP | 騾榊符蛛・ | 11110001111000001011101011100111110010011110010011101001111000011000111010100101 | f1e0bae7c9e4e9e18ea5 |
UTF-8 | 騾榊符蛛・ | 111010011010100010111110111001101010011010001010111001111010110010100110111010001001101110011011111011111011110110100101 | e9a8bee6a68ae7aca6e89b9befbda5 |
UHC | ??符蛛? | 00111111001111111101110110101100111100011100100000111111 | 3f3fddacf1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)