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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 驥咲匸h | 11101001100001111000110111100111100110011011110001101000 | e9878de799bc68 |
EUC-JP | 驥咲匸h | 11110001111001111011101011101001110100101011111001101000 | f1e7bae9d2be68 |
UTF-8 | 驥咲匸h | 11101001101010011010010111100101100100101011001011100101100011001011100001101000 | e9a9a5e592b2e58cb868 |
UHC | 驥??h | 1101000111001010001111110011111101101000 | d1ca3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)