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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 悌?@悌?@B | 100100101110111000111111010000001001001011101110001111110100000001000010 | 92ee3f4092ee3f4042 |
EUC-JP | 悌?@悌?@B | 110001001111000000111111010000001100010011110000001111110100000001000010 | c4f03f40c4f03f4042 |
UTF-8 | 悌렚@悌렚@B | 111001101000001010001100111010111010000010011010010000001110011010000010100011001110101110100000100110100100000001000010 | e6828ceba09a40e6828ceba09a4042 |
UHC | 悌렚@悌렚@B | 1111000010101010100011101010110101000000111100001010101010001110101011010100000001000010 | f0aa8ead40f0aa8ead4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)