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 | 松モ?猷 | 10001111101111001000001110000010001111111001011101010001 | 8fbc83823f9751 |
EUC-JP | 松モ?猷 | 10111110101111101010010111100010001111111100110110110010 | bebea5e23fcdb2 |
UTF-8 | 松モ댌猷 | 111001101001110110111110111000111000001110100010111010111000110010001100111001111000110010110111 | e69dbee383a2eb8c8ce78cb7 |
UHC | 松モ댌猷 | 1110000111100110101010111110001010001000101101011110101110100011 | e1e6abe288b5eba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)