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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??奚? | 0011111100111111100110101111011000111111 | 3f3f9af63f |
EUC-JP | 勖?奚? | 10001111101100111110110100111111110101001111100000111111 | 8fb3ed3fd4f83f |
UTF-8 | 勖렓奚렯 | 111001011000101110010110111010111010000010010011111001011010010110011010111010111010000010101111 | e58b96eba093e5a59aeba0af |
UHC | 勖렓奚렯 | 1110100111101101100011101010100011111010101010001000111010111100 | e9ed8ea8faa88ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)