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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 村束村贈E | 100100011011101010010001101010011001000110111010100100011010000101000101 | 91ba91a991ba91a145 |
EUC-JP | 村束村贈E | 110000101011110011000010101010111100001010111100110000101010001101000101 | c2bcc2abc2bcc2a345 |
UTF-8 | 村束村贈E | 11100110100111011001000111100110100111011001111111100110100111011001000111101000101101001000100001000101 | e69d91e69d9fe69d91e8b48845 |
UHC | 村束村贈E | 111101011011110111100001110101101111010110111101111100011111110001000101 | f5bde1d6f5bdf1fc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)