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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟐幀ウ包、・ | 111001011010101010011011111010101011001110010101111011111010010010100101 | e5aa9beab395efa4a5 |
EUC-JP | 蟐幀ウ包、・ | 111010101010110011010110111011001000111010110011110010101111000110001110101001001000111010100101 | eaacd6ec8eb3caf18ea48ea5 |
UTF-8 | 蟐幀ウ包、・ | 111010001001111110010000111001011011100110000000111011111011110110110011111001011000110010000101111011111011110110100100111011111011110110100101 | e89f90e5b980efbdb3e58c85efbda4efbda5 |
UHC | ?幀?包?? | 0011111111101111110100110011111111111000110100000011111100111111 | 3fefd33ff8d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)