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 | 愈?? | 10010110111110100011111100111111 | 96fa3f3f |
EUC-JP | 愈?? | 11001100111111000011111100111111 | ccfc3f3f |
UTF-8 | 愈뽯룚 | 111001101000010010001000111010111011110110101111111010111010001110011010 | e68488ebbdafeba39a |
UHC | 愈뽯룚 | 111010101110111110010110111010111000111110010110 | eaef96eb8f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)