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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | シラシッ~ | 1011110011010111101111001010111101111110 | bcd7bcaf7e |
EUC-JP | シラシッ~ | 100011101011110010001110110101111000111010111100100011101010111101111110 | 8ebc8ed78ebc8eaf7e |
UTF-8 | シラシッ~ | 11101111101111011011110011101111101111101001011111101111101111011011110011101111101111011010111101111110 | efbdbcefbe97efbdbcefbdaf7e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)