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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鼇??鼇??^ | 111010101000011100111111001111111110101010000111001111110011111101011110 | ea873f3fea873f3f5e |
EUC-JP | 鼇??鼇??^ | 111100111110011100111111001111111111001111100111001111110011111101011110 | f3e73f3ff3e73f3f5e |
UTF-8 | 鼇쏅쥭鼇쏅쥭^ | 11101001101111001000011111101100100011111000010111101100101001011010110111101001101111001000011111101100100011111000010111101100101001011010110101011110 | e9bc87ec8f85eca5ade9bc87ec8f85eca5ad5e |
UHC | 鼇쏅쥭鼇쏅쥭^ | 11101000101010001001101111101011101000101001111011101000101010001001101111101011101000101001111001011110 | e8a89beba29ee8a89beba29e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)