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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 邪煮] | 1000111011010111100011101100111101011101 | 8ed78ecf5d |
EUC-JP | 邪煮] | 1011110011011001101111001101000101011101 | bcd9bcd15d |
UTF-8 | 邪煮] | 11101001100000101010101011100111100001011010111001011101 | e982aae785ae5d |
UHC | 邪煮] | 1101111011110111111011011011010001011101 | def7edb45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)