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 | 100011101110000100111111001111110100001001000110 | 8ee13f3f4246 |
EUC-JP | 若??BF | 101111001110001100111111001111110100001001000110 | bce33f3f4246 |
UTF-8 | 若뉑묜BF | 1110100010001011101001011110101110001001100100011110101110101100100111000100001001000110 | e88ba5eb8991ebac9c4246 |
UHC | 若뉑묜BF | 1110010110110100100001111110011010111001101001110100001001000110 | e5b487e6b9a74246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)