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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 殯本礑 | 100111110111000110010110011110111110001001000110 | 9f71967be246 |
EUC-JP | 殯本礑 | 110111011101001011001011110111001110001110100111 | ddd2cbdce3a7 |
UTF-8 | 殯本礑 | 111001101010111010101111111001101001110010101100111001111010010010010001 | e6aeafe69cace7a491 |
UHC | 殯本? | 1101111010110010110111001110001000111111 | deb2dce23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)