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? | 001111110100000100111111 | 3f413f |
SJIS-WIN | 辰A脱 | 1001001001000011010000011001001001000101 | 9243419245 |
EUC-JP | 辰A脱 | 1100001110100100010000011100001110100110 | c3a441c3a6 |
UTF-8 | 辰A脱 | 11101000101111101011000001000001111010001000010010110001 | e8beb041e884b1 |
UHC | 辰A? | 11110010111000110100000100111111 | f2e3413f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)