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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 霎廛霎廛^ | 111010001011111010011100010001001110100010111110100111000100010001011110 | e8be9c44e8be9c445e |
EUC-JP | 霎廛霎廛^ | 111100001100000011010111101001011111000011000000110101111010010101011110 | f0c0d7a5f0c0d7a55e |
UTF-8 | 霎廛霎廛^ | 11101001100111001000111011100101101110111001101111101001100111001000111011100101101110111001101101011110 | e99c8ee5bb9be99c8ee5bb9b5e |
UHC | ?廛?廛^ | 00111111111011101111100000111111111011101111100001011110 | 3feef83feef85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)