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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 午??姚θ? | 100011001101111100111111001111111001101101001100100000111100011000111111 | 8cdf3f3f9b4c83c63f |
EUC-JP | 午??姚θ? | 101110001110000100111111001111111101010110101101101001101100100000111111 | b8e13f3fd5ada6c83f |
UTF-8 | 午썸뉘姚θ뤍 | 1110010110001101100010001110110010001101101110001110101110001001100110001110010110100111100110101100111010111000111010111010010010001101 | e58d88ec8db8eb8998e5a79aceb8eba48d |
UHC | 午썸뉘姚θ뤍 | 111001111110110110111101111001101011010010110101111010001110111010100101111010001000111110111101 | e7edbde6b4b5e8eea5e88fbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)