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 | 蛯イ繧懐了 | 111001011000001010110010111000111000001010001001111110011001011110111001 | e582b2e38289f997b9 |
EUC-JP | 蛯イ繧懐了 | 11101001111000101000111010110010111001011110001010110010111110111100111010111011 | e9e28eb2e5e2b2fbcebb |
UTF-8 | 蛯イ繧懐了 | 111010001001101110101111111011111011110110110010111001111011100110100111111001101000011110010000111001001011101010000110 | e89bafefbdb2e7b9a7e68790e4ba86 |
UHC | ????了 | 001111110011111100111111001111111101011011110101 | 3f3f3f3fd6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)