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? | 001111111000110010011110001111110100110100111111 | 3f8c9e3f4d3f |
EUC-JP | ?捲?M? | 001111111011011111111110001111110100110100111111 | 3fb7fe3f4d3f |
UTF-8 | 뤋捲덞M렰 | 11101011101001001000101111100110100011011011001011101011100011011001111001001101111010111010000010110000 | eba48be68db2eb8d9e4deba0b0 |
UHC | 뤋捲덞M렰 | 100011111011101111001111111011001011010011111011010011011000111010111101 | 8fbbcfecb4fb4d8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)