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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 役??BF | 100101101111000000111111001111110100001001000110 | 96f03f3f4246 |
EUC-JP | 役??BF | 110011001111001000111111001111110100001001000110 | ccf23f3f4246 |
UTF-8 | 役쇿썎BF | 1110010110111101101110011110110010000111101111111110110010001101100011100100001001000110 | e5bdb9ec87bfec8d8e4246 |
UHC | 役쇿썎BF | 1110011010110101100110011110010110011011100000010100001001000110 | e6b599e59b814246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)