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 | 涅θ? | 1001111110111000100000111100011000111111 | 9fb883c63f |
EUC-JP | 涅θ? | 1101111010111010101001101100100000111111 | debaa6c83f |
UTF-8 | 涅θ쓬 | 1110011010110110100001011100111010111000111011001001001110101100 | e6b685ceb8ec93ac |
UHC | 涅θ쓬 | 111001101110111010100101111010001001110110001100 | e6eea5e89d8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)