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 | 묯r] | 1110101110101100101011110111001001011101 | ebacaf725d |
SJIS-WIN | ?¬?r] | 001111111000000111001010001111110111001001011101 | 3f81ca3f725d |
EUC-JP | 묯r] | 10001111101010111011001110100010110011001000111110100010101101000111001001011101 | 8fabb3a2cc8fa2b4725d |
UTF-8 | 묯r] | 1100001110101011110000101010110011000010101011110111001001011101 | c3abc2acc2af725d |
UHC | ???r] | 0011111100111111001111110111001001011101 | 3f3f3f725d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)