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{^ | 11100111011010111110011101010111011011100111110111100111011010111110011101010111011011100111101101011110 | e76be7576e7de76be7576e7b5e |
EUC-JP | 輒躙n}輒躙n{^ | 11101101110011001110110110111000011011100111110111101101110011001110110110111000011011100111101101011110 | edccedb86e7dedccedb86e7b5e |
UTF-8 | 輒躙n}輒躙n{^ | 1110100010111100100100101110100010111010100110010110111001111101111010001011110010010010111010001011101010011001011011100111101101011110 | e8bc92e8ba996e7de8bc92e8ba996e7b5e |
UHC | 輒?n}輒?n{^ | 1111010011100101001111110110111001111101111101001110010100111111011011100111101101011110 | f4e53f6e7df4e53f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)