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? | 00111111001111110100110100111111 | 3f3f4d3f |
SJIS-WIN | 幼?M哀 | 100101110110001100111111010011011000100010100011 | 97633f4d88a3 |
EUC-JP | 幼?M哀 | 110011011100010000111111010011011011000010100101 | cdc43f4db0a5 |
UTF-8 | 幼렯M哀 | 11100101101110011011110011101011101000001010111101001101111001011001001110000000 | e5b9bceba0af4de59380 |
UHC | 幼렯M哀 | 11101010111010101000111010111100010011011110010011101110 | eaea8ebc4de4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)