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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 丹辿丹脱B | 100100100100111110010010010010001001001001001111100100100100010101000010 | 924f9248924f924542 |
EUC-JP | 丹辿丹脱B | 110000111011000011000011101010011100001110110000110000111010011001000010 | c3b0c3a9c3b0c3a642 |
UTF-8 | 丹辿丹脱B | 11100100101110001011100111101000101111101011111111100100101110001011100111101000100001001011000101000010 | e4b8b9e8bebfe4b8b9e884b142 |
UHC | 丹?丹?B | 11010011101000010011111111010011101000010011111101000010 | d3a13fd3a13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)