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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | ?翰H | 00111111100010101100101101001000 | 3f8acb48 |
EUC-JP | ?翰H | 00111111101101001100110101001000 | 3fb4cd48 |
UTF-8 | 뤳翰H | 11101011101001001011001111100111101111111011000001001000 | eba4b3e7bfb048 |
UHC | 뤳翰H | 1000111111100001111110011101011101001000 | 8fe1f9d748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)