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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 丹巽B | 1001001001001111100100100100011001000010 | 924f924642 |
EUC-JP | 丹巽B | 1100001110110000110000111010011101000010 | c3b0c3a742 |
UTF-8 | 丹巽B | 11100100101110001011100111100101101101111011110101000010 | e4b8b9e5b7bd42 |
UHC | 丹巽B | 1101001110100001111000011101111001000010 | d3a1e1de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)