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 | ???Wm | 0011111100111111001111110101011101101101 | 3f3f3f576d |
SJIS-WIN | 茉常十Wm | 1110010010011101100011111110110110001111010111000101011101101101 | e49d8fed8f5c576d |
EUC-JP | 茉常十Wm | 1110011111111101101111101110111110111101101111010101011101101101 | e7fdbeefbdbd576d |
UTF-8 | 茉常十Wm | 1110100010001100100010011110010110111000101110001110010110001101100000010101011101101101 | e88c89e5b8b8e58d81576d |
UHC | 茉常十Wm | 1101100011001001110111111100100011100100101010000101011101101101 | d8c9dfc8e4a8576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)