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 | 辱??炎 | 100100000100101000111111001111111000100110001010 | 904a3f3f898a |
EUC-JP | 辱??炎 | 101111111010101100111111001111111011000111101010 | bfab3f3fb1ea |
UTF-8 | 辱욜♥炎 | 111010001011111010110001111011001001101010011100111000101001100110100101111001111000001010001110 | e8beb1ec9a9ce299a5e7828e |
UHC | 辱욜♥炎 | 1110100110110100101111111110011110100010101111101110011011111010 | e9b4bfe7a2bee6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)