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 | シ、消 | 101111001010010010001111110000011111010101011101 | bca48fc1f55d |
EUC-JP | シ、消? | 10001110101111001000111010100100101111101100001100111111 | 8ebc8ea4bec33f |
UTF-8 | シ、消 | 111011111011110110111100111011111011110110100100111001101011011010001000111011101000111110001001 | efbdbcefbda4e6b688ee8f89 |
UHC | ??消? | 0011111100111111111000011011110000111111 | 3f3fe1bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)