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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 吟?\ | 10001011111000010011111101011100 | 8be13f5c |
EUC-JP | 吟?\ | 10110110111000110011111101011100 | b6e33f5c |
UTF-8 | 吟셡\ | 11100101100100001001111111101100100001011010000101011100 | e5909fec85a15c |
UHC | 吟셡\ | 1110101111100001100110010110100001011100 | ebe199685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)