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{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 藜n}藜n{^ | 111001010101101101101110011111011110010101011011011011100111101101011110 | e55b6e7de55b6e7b5e |
EUC-JP | 藜n}藜n{^ | 111010011011110001101110011111011110100110111100011011100111101101011110 | e9bc6e7de9bc6e7b5e |
UTF-8 | 藜n}藜n{^ | 1110100010010111100111000110111001111101111010001001011110011100011011100111101101011110 | e8979c6e7de8979c6e7b5e |
UHC | 藜n}藜n{^ | 110101011110110101101110011111011101010111101101011011100111101101011110 | d5ed6e7dd5ed6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)