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 | 100010100101101110001110110100011001010101101101 | 8a5b8ed1956d |
SJIS-WIN | ?[???m | 001111110101101100111111001111110011111101101101 | 3f5b3f3f3f6d |
EUC-JP | ?[?Ñ?m | 0011111101011011001111111000111110101010110100000011111101101101 | 3f5b3f8faad03f6d |
UTF-8 | [Ñm | 11000010100010100101101111000010100011101100001110010001110000101001010101101101 | c28a5bc28ec391c2956d |
UHC | ?[???m | 001111110101101100111111001111110011111101101101 | 3f5b3f3f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)