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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 壯??o | 1001101011100001001111110011111101101111 | 9ae13f3f6f |
EUC-JP | 壯??o | 1101010011100011001111110011111101101111 | d4e33f3f6f |
UTF-8 | 壯잏뼻o | 11100101101000111010111111101100100111101000111111101011101111001011101101101111 | e5a3afec9e8febbcbb6f |
UHC | 壯잏뼻o | 11101101111000001001111111100111100101101011111001101111 | ede09fe796be6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)