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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 蒙?n}蒙?n{^ | 1001011011010110001111110110111001111101100101101101011000111111011011100111101101011110 | 96d63f6e7d96d63f6e7b5e |
EUC-JP | 蒙?n}蒙?n{^ | 1100110011011000001111110110111001111101110011001101100000111111011011100111101101011110 | ccd83f6e7dccd83f6e7b5e |
UTF-8 | 蒙랍n}蒙랍n{^ | 1110100010010010100110011110101110011110100011010110111001111101111010001001001010011001111010111001111010001101011011100111101101011110 | e89299eb9e8d6e7de89299eb9e8d6e7b5e |
UHC | 蒙랍n}蒙랍n{^ | 11011001110101011011011011111000011011100111110111011001110101011011011011111000011011100111101101011110 | d9d5b6f86e7dd9d5b6f86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)