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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 啼?D啼?D^ | 100110100110010100111111010001001001101001100101001111110100010001011110 | 9a653f449a653f445e |
EUC-JP | 啼?D啼?D^ | 110100111100011000111111010001001101001111000110001111110100010001011110 | d3c63f44d3c63f445e |
UTF-8 | 啼렧D啼렧D^ | 111001011001010110111100111010111010000010100111010001001110010110010101101111001110101110100000101001110100010001011110 | e595bceba0a744e595bceba0a7445e |
UHC | 啼렧D啼렧D^ | 1111000010100110100011101011011001000100111100001010011010001110101101100100010001011110 | f0a68eb644f0a68eb6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)