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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 奚?霹 | 1001101011110110001111111110100011000110 | 9af63fe8c6 |
EUC-JP | 奚?霹 | 1101010011111000001111111111000011001000 | d4f83ff0c8 |
UTF-8 | 奚재霹 | 111001011010010110011010111011001001111010101100111010011001110010111001 | e5a59aec9eace99cb9 |
UHC | 奚재霹 | 111110101010100011000000111001111101110010100100 | faa8c0e7dca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)