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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 繹?С^ | 111000111000100000111111100001000101001001011110 | e3883f84525e |
EUC-JP | 繹?С^ | 111001011110100000111111101001111011001101011110 | e5e83fa7b35e |
UTF-8 | 繹썹С^ | 111001111011100110111001111011001000110110111001110100001010000101011110 | e7b9b9ec8db9d0a15e |
UHC | 繹썹С^ | 11100110101110101011110111100111101011001011001101011110 | e6babde7acb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)