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{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 瀛?n}瀛?n{^ | 1110000001101001001111110110111001111101111000000110100100111111011011100111101101011110 | e0693f6e7de0693f6e7b5e |
EUC-JP | 瀛?n}瀛?n{^ | 1101111111001010001111110110111001111101110111111100101000111111011011100111101101011110 | dfca3f6e7ddfca3f6e7b5e |
UTF-8 | 瀛뱋n}瀛뱋n{^ | 1110011110000000100110111110101110110001100010110110111001111101111001111000000010011011111010111011000110001011011011100111101101011110 | e7809bebb18b6e7de7809bebb18b6e7b5e |
UHC | 瀛뱋n}瀛뱋n{^ | 11100111101110101001001101101111011011100111110111100111101110101001001101101111011011100111101101011110 | e7ba936f6e7de7ba936f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)