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{^ | 111110110101010001101110011111011111101101010100011011100111101101011110 | fb546e7dfb546e7b5e |
EUC-JP | 焄n}焄n{^ | 1000111111001001111000110110111001111101100011111100100111100011011011100111101101011110 | 8fc9e36e7d8fc9e36e7b5e |
UTF-8 | 焄n}焄n{^ | 1110011110000100100001000110111001111101111001111000010010000100011011100111101101011110 | e784846e7de784846e7b5e |
UHC | 焄n}焄n{^ | 111111011011011001101110011111011111110110110110011011100111101101011110 | fdb66e7dfdb66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)