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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 茗憙茗枌^ | 111001001010101010011100110110001110010010101010100111100110001001011110 | e4aa9cd8e4aa9e625e |
EUC-JP | 茗憙茗枌^ | 111010001010110011011000110110101110100010101100110110111100001101011110 | e8acd8dae8acdbc35e |
UTF-8 | 茗憙茗枌^ | 11101000100011001001011111100110100001101001100111101000100011001001011111100110100111101000110001011110 | e88c97e68699e88c97e69e8c5e |
UHC | 茗憙茗?^ | 1101100110101011111111011111001011011001101010110011111101011110 | d9abfdf2d9ab3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)