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 | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 驥亥沮H | 11101001100001111000100011100101100111111001110001001000 | e98788e59f9c48 |
EUC-JP | 驥亥沮H | 11110001111001111011000011100111110111011111110001001000 | f1e7b0e7ddfc48 |
UTF-8 | 驥亥沮H | 11101001101010011010010111100100101110101010010111100110101100101010111001001000 | e9a9a5e4baa5e6b2ae48 |
UHC | 驥亥沮H | 11010001110010101111101010100100111011101100000101001000 | d1cafaa4eec148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)