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 | 0011111110001001011001110111101101100100 | 3f89677b64 |
EUC-JP | ?曳{d | 0011111110110001110010000111101101100100 | 3fb1c87b64 |
UTF-8 | 뤵曳{d | 1110101110100100101101011110011010011011101100110111101101100100 | eba4b5e69bb37b64 |
UHC | 뤵曳{d | 100011111110001111100111110101100111101101100100 | 8fe3e7d67b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)