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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 嚆皷}嚆皷{^ | 1001101010000101111010101000100101111101100110101000010111101010100010010111101101011110 | 9a85ea897d9a85ea897b5e |
EUC-JP | 嚆皷}嚆皷{^ | 1101001111100101111100111110100101111101110100111110010111110011111010010111101101011110 | d3e5f3e97dd3e5f3e97b5e |
UTF-8 | 嚆皷}嚆皷{^ | 111001011001101010000110111001111001101010110111011111011110010110011010100001101110011110011010101101110111101101011110 | e59a86e79ab77de59a86e79ab77b5e |
UHC | 嚆?}嚆?{^ | 111111001111011100111111011111011111110011110111001111110111101101011110 | fcf73f7dfcf73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)