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 | 禎?\}禎?\{^ | 1001001011110101001111110101110001111101100100101111010100111111010111000111101101011110 | 92f53f5c7d92f53f5c7b5e |
EUC-JP | 禎?\}禎?\{^ | 1100010011110111001111110101110001111101110001001111011100111111010111000111101101011110 | c4f73f5c7dc4f73f5c7b5e |
UTF-8 | 禎넸\}禎넸\{^ | 1110011110100110100011101110101110000100101110000101110001111101111001111010011010001110111010111000010010111000010111000111101101011110 | e7a68eeb84b85c7de7a68eeb84b85c7b5e |
UHC | 禎넸\}禎넸\{^ | 11101111111011101011001111011110010111000111110111101111111011101011001111011110010111000111101101011110 | efeeb3de5c7defeeb3de5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)