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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 鼎琦h鼎 | 10010011010000111111101101100111011010001001001101000011 | 9343fb67689343 |
EUC-JP | 鼎琦h鼎 | 1100010110100100100011111100110010101011011010001100010110100100 | c5a48fccab68c5a4 |
UTF-8 | 鼎琦h鼎 | 11101001101111001000111011100111100100001010011001101000111010011011110010001110 | e9bc8ee790a668e9bc8e |
UHC | 鼎琦h鼎 | 11110000101000111101000110101101011010001111000010100011 | f0a3d1ad68f0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)