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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錵щ宛譫 | 1110100001000101100001001000101110001000101101101110011010011110 | e845848b88b6e69e |
EUC-JP | 錵щ宛譫 | 1110111110100110101001111110101110110000101110001110101111111110 | efa6a7ebb0b8ebfe |
UTF-8 | 錵щ宛譫 | 1110100110001100101101011101000110001001111001011010111010011011111010001010110110101011 | e98cb5d189e5ae9be8adab |
UHC | ?щ宛? | 001111111010110011101011111010001100100000111111 | 3facebe8c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)