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 | ?\n}?\n{^ | 001111110101110001101110011111010011111101011100011011100111101101011110 | 3f5c6e7d3f5c6e7b5e |
SJIS-WIN | 縵\n}縵\n{^ | 1110001101111011010111000110111001111101111000110111101101011100011011100111101101011110 | e37b5c6e7de37b5c6e7b5e |
EUC-JP | 縵\n}縵\n{^ | 1110010111011100010111000110111001111101111001011101110001011100011011100111101101011110 | e5dc5c6e7de5dc5c6e7b5e |
UTF-8 | 縵\n}縵\n{^ | 11100111101110001011010101011100011011100111110111100111101110001011010101011100011011100111101101011110 | e7b8b55c6e7de7b8b55c6e7b5e |
UHC | ?\n}?\n{^ | 001111110101110001101110011111010011111101011100011011100111101101011110 | 3f5c6e7d3f5c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)