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 | 00111111001111110011111101100010 | 3f3f3f62 |
SJIS-WIN | 辰短辰b | 10010010010000111001001001011010100100100100001101100010 | 9243925a924362 |
EUC-JP | 辰短辰b | 11000011101001001100001110111011110000111010010001100010 | c3a4c3bbc3a462 |
UTF-8 | 辰短辰b | 11101000101111101011000011100111100111111010110111101000101111101011000001100010 | e8beb0e79fade8beb062 |
UHC | 辰短辰b | 11110010111000111101001110101101111100101110001101100010 | f2e3d3adf2e362 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)