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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 韋眇\}韋眇\{^ | 11101000111010001110000110111101010111000111110111101000111010001110000110111101010111000111101101011110 | e8e8e1bd5c7de8e8e1bd5c7b5e |
EUC-JP | 韋眇\}韋眇\{^ | 11110000111010101110001010111111010111000111110111110000111010101110001010111111010111000111101101011110 | f0eae2bf5c7df0eae2bf5c7b5e |
UTF-8 | 韋眇\}韋眇\{^ | 1110100110011111100010111110011110011100100001110101110001111101111010011001111110001011111001111001110010000111010111000111101101011110 | e99f8be79c875c7de99f8be79c875c7b5e |
UHC | 韋?\}韋?\{^ | 1110101011011111001111110101110001111101111010101101111100111111010111000111101101011110 | eadf3f5c7deadf3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)