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 | 釈悉釈悉 | 10001110110111111000111010111011111100001110101010001110110111111000111010111011 | 8edf8ebbf0ea8edf8ebb |
EUC-JP | 釈悉?釈悉 | 101111001110000110111100101111010011111110111100111000011011110010111101 | bce1bcbd3fbce1bcbd |
UTF-8 | 釈悉釈悉 | 111010011000011110001000111001101000001010001001111011101000001010101001111010011000011110001000111001101000001010001001 | e98788e68289ee82a9e98788e68289 |
UHC | ?悉??悉 | 00111111111000111111101000111111001111111110001111111010 | 3fe3fa3f3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)