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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髣頑ェ取エ | 1110100110010111100010101110011010101010100011101110011010110100 | e9978ae6aa8ee6b4 |
EUC-JP | 髣頑ェ取エ | 11110001111101111011010011101000100011101010101010111100111010001000111010110100 | f1f7b4e88eaabce88eb4 |
UTF-8 | 髣頑ェ取エ | 111010011010101110100011111010011010000010010001111011111011110110101010111001011000111110010110111011111011110110110100 | e9aba3e9a091efbdaae58f96efbdb4 |
UHC | ?頑?取? | 00111111111010001101011100111111111101101010001000111111 | 3fe8d73ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)