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 | 100100100100100010010010010011111001001001000101100100011011011101000010 | 9248924f924591b742 |
EUC-JP | 辿丹脱孫B | 110000111010100111000011101100001100001110100110110000101011100101000010 | c3a9c3b0c3a6c2b942 |
UTF-8 | 辿丹脱孫B | 11101000101111101011111111100100101110001011100111101000100001001011000111100101101011011010101101000010 | e8bebfe4b8b9e884b1e5adab42 |
UHC | ?丹?孫B | 00111111110100111010000100111111111000011101110101000010 | 3fd3a13fe1dd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)