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 | 蟐幀ウ包、 | 1110010110101010100110111110101010110011100101011110111110100100 | e5aa9beab395efa4 |
EUC-JP | 蟐幀ウ包、 | 11101010101011001101011011101100100011101011001111001010111100011000111010100100 | eaacd6ec8eb3caf18ea4 |
UTF-8 | 蟐幀ウ包、 | 111010001001111110010000111001011011100110000000111011111011110110110011111001011000110010000101111011111011110110100100 | e89f90e5b980efbdb3e58c85efbda4 |
UHC | ?幀?包? | 00111111111011111101001100111111111110001101000000111111 | 3fefd33ff8d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)