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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???熢 | 001111110011111100111111100011111100101010101011 | 3f3f3f8fcaab |
UTF-8 | 씽뤵칿熢 | 111011001001010010111101111010111010010010110101111011001011100110111111111001111000011010100010 | ec94bdeba4b5ecb9bfe786a2 |
UHC | 씽뤵칿熢 | 1011111011000101100011111110001110101111100011101101110011101100 | bec58fe3af8edcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)