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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 覿蛾恐^ | 11100110010101011000100111101001100010111011000001011110 | e65589e98bb05e |
EUC-JP | 覿蛾恐^ | 11101011101101101011001011101011101101101011001001011110 | ebb6b2ebb6b25e |
UTF-8 | 覿蛾恐^ | 11101000101001101011111111101000100110111011111011100110100000011001000001011110 | e8a6bfe89bbee681905e |
UHC | ?蛾恐^ | 001111111110010010110110110011011111000001011110 | 3fe4b6cdf05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)