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 | 1111001011110101111100101011100101101101 | f2f5f2b96d |
SJIS-WIN | ????m | 0011111100111111001111110011111101101101 | 3f3f3f3f6d |
EUC-JP | òõò?m | 1000111110101011110100101000111110101011110110001000111110101011110100100011111101101101 | 8fabd28fabd88fabd23f6d |
UTF-8 | òõò¹m | 110000111011001011000011101101011100001110110010110000101011100101101101 | c3b2c3b5c3b2c2b96d |
UHC | ???¹m | 001111110011111100111111101010011111011001101101 | 3f3f3fa9f66d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)