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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 諤仙拍鬲皿^ | 1110011010000000100100001110010110010100100011111110100110101101100011100100110101011110 | e68090e5948fe9ad8e4d5e |
EUC-JP | 諤仙拍鬲皿^ | 1110101111100000110000001110011111000111111011111111001010101111101110111010111001011110 | ebe0c0e7c7eff2afbbae5e |
UTF-8 | 諤仙拍鬲皿^ | 11101000101010111010010011100100101110111001100111100110100010111000110111101001101011001011001011100111100110101011111101011110 | e8aba4e4bb99e68b8de9acb2e79abf5e |
UHC | ?仙拍?皿^ | 001111111110000010111001110110101101000000111111110110011010100101011110 | 3fe0b9dad03fd9a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)