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 | ?A?H | 00111111010000010011111101001000 | 3f413f48 |
SJIS-WIN | 辰A巽H | 100100100100001101000001100100100100011001001000 | 924341924648 |
EUC-JP | 辰A巽H | 110000111010010001000001110000111010011101001000 | c3a441c3a748 |
UTF-8 | 辰A巽H | 1110100010111110101100000100000111100101101101111011110101001000 | e8beb041e5b7bd48 |
UHC | 辰A巽H | 111100101110001101000001111000011101111001001000 | f2e341e1de48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)