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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 夕繕先夕 | 1001011101011011100100010101010110010000111001101001011101011011 | 975b915590e6975b |
EUC-JP | 夕繕先夕 | 1100110110111100110000011011011011000000111010001100110110111100 | cdbcc1b6c0e8cdbc |
UTF-8 | 夕繕先夕 | 111001011010010010010101111001111011100110010101111001011000010110001000111001011010010010010101 | e5a495e7b995e58588e5a495 |
UHC | 夕繕先夕 | 1110000010101010111000001100101111100000101110111110000010101010 | e0aae0cbe0bbe0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)