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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ラ睿ーh | 1101011111100001110011011011000001101000 | d7e1cdb068 |
EUC-JP | ラ睿ーh | 10001110110101111110001011001111100011101011000001101000 | 8ed7e2cf8eb068 |
UTF-8 | ラ睿ーh | 11101111101111101001011111100111100111011011111111101111101111011011000001101000 | efbe97e79dbfefbdb068 |
UHC | ?睿?h | 0011111111100111110110100011111101101000 | 3fe7da3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)