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 | 1001011010101101100101111100001101001000 | 96ad97c348 |
EUC-JP | 妙療H | 1100110010101111110011101100010101001000 | ccafcec548 |
UTF-8 | 妙療H | 11100101101001101001100111100111100110011000001001001000 | e5a699e7998248 |
UHC | 妙療H | 1101100111011000110101101111101101001000 | d9d8d6fb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)