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 | ?ki?kiB | 00111111011010110110100100111111011010110110100101000010 | 3f6b693f6b6942 |
SJIS-WIN | ?ki?kiB | 00111111011010110110100100111111011010110110100101000010 | 3f6b693f6b6942 |
EUC-JP | ?ki?kiB | 00111111011010110110100100111111011010110110100101000010 | 3f6b693f6b6942 |
UTF-8 | 혟ki혟kiB | 1110110110011000100111110110101101101001111011011001100010011111011010110110100101000010 | ed989f6b69ed989f6b6942 |
UHC | 혟ki혟kiB | 110000101000100101101011011010011100001010001001011010110110100101000010 | c2896b69c2896b6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)