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煙 | 0011111100111111010011011000100110001100 | 3f3f4d898c |
EUC-JP | ??M煙 | 0011111100111111010011011011000111101100 | 3f3f4db1ec |
UTF-8 | 롍렚M煙 | 11101011101000011000110111101011101000001001101001001101111001111000010110011001 | eba18deba09a4de78599 |
UHC | 롍렚M煙 | 10001110110100111000111010101101010011011110011011010101 | 8ed38ead4de6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)