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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?∝?? | 0011111110000001111001010011111100111111 | 3f81e53f3f |
EUC-JP | ?∝?? | 0011111110100010111001110011111100111111 | 3fa2e73f3f |
UTF-8 | 뤗∝츳롏 | 111010111010010010010111111000101000100010011101111011001011100010110011111010111010000110001111 | eba497e2889decb8b3eba18f |
UHC | 뤗∝츳롏 | 1000111111000111101000011111000011000011111111011000111011010101 | 8fc7a1f0c3fd8ed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)