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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
EUC-JP | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
UTF-8 | 렛뿐{d | 1110101110100000100110111110101110111111100100000111101101100100 | eba09bebbf907b64 |
UHC | 렛뿐{d | 101101111011111110111011110100110111101101100100 | b7bfbbd37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)