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 | ???M? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | ?莖?M? | 001111111110010010110001001111110100110100111111 | 3fe4b13f4d3f |
EUC-JP | ?莖?M? | 001111111110100010110011001111110100110100111111 | 3fe8b33f4d3f |
UTF-8 | 뤾莖폼M렱 | 11101011101001001011111011101000100011101001011011101101100011111011110001001101111010111010000010110001 | eba4bee88e96ed8fbc4deba0b1 |
UHC | 뤾莖폼M렱 | 100011111110101011001100111011001100011011111011010011011000111010111110 | 8feaccecc6fb4d8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)