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 | 郁?結 | 1000100011101000001111111000110010001011 | 88e83f8c8b |
EUC-JP | 郁?結 | 1011000011101010001111111011011111101011 | b0ea3fb7eb |
UTF-8 | 郁얗結 | 111010011000001110000001111011001001011010010111111001111011010110010000 | e98381ec9697e7b590 |
UHC | 郁얗結 | 111010011111010010111110111010011100110010111111 | e9f4bee9ccbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)