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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 茗盞v | 1110010010101010111000011011010101110110 | e4aae1b576 |
EUC-JP | 茗盞v | 1110100010101100111000101011011101110110 | e8ace2b776 |
UTF-8 | 茗盞v | 11101000100011001001011111100111100110111001111001110110 | e88c97e79b9e76 |
UHC | 茗盞v | 1101100110101011111011011101001101110110 | d9abedd376 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)