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 | 族?缺 | 1001000110110000001111111110001110011110 | 91b03fe39e |
EUC-JP | 族?缺 | 1100001010110010001111111110010111111110 | c2b23fe5fe |
UTF-8 | 族쇤缺 | 111001101001011110001111111011001000011110100100111001111011110010111010 | e6978fec87a4e7bcba |
UHC | 族쇤缺 | 111100001110100110111100111010011100110011000000 | f0e9bce9ccc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)