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 | 騾枝騾施^ | 111010011000000010001110011111011110100110000000100011100111101101011110 | e9808e7de9808e7b5e |
EUC-JP | 騾枝騾施^ | 111100011110000010111011110111101111000111100000101110111101110001011110 | f1e0bbdef1e0bbdc5e |
UTF-8 | 騾枝騾施^ | 11101001101010001011111011100110100111101001110111101001101010001011111011100110100101101011110101011110 | e9a8bee69e9de9a8bee696bd5e |
UHC | ?枝?施^ | 00111111111100101010101100111111111000111011111101011110 | 3ff2ab3fe3bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)