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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??梗???^ | 0011111100111111100011010101101100111111001111110011111101011110 | 3f3f8d5b3f3f3f5e |
EUC-JP | ??梗??暻^ | 00111111001111111011100110111100001111110011111110001111110000101101110101011110 | 3f3fb9bc3f3f8fc2dd5e |
UTF-8 | 뤂프梗뤂프暻^ | 11101011101001001000001011101101100101001000010011100110101000101001011111101011101001001000001011101101100101001000010011100110100110101011101101011110 | eba482ed9484e6a297eba482ed9484e69abb5e |
UHC | 뤂프梗뤂프暻^ | 10001111101100111100011111000001110011001101101110001111101100111100011111000001110011001101100101011110 | 8fb3c7c1ccdb8fb3c7c1ccd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)